Struct aws_sdk_ssm::input::GetOpsItemInput
source · #[non_exhaustive]pub struct GetOpsItemInput { /* private fields */ }Implementations§
source§impl GetOpsItemInput
impl GetOpsItemInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOpsItem, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOpsItem, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetOpsItem>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetOpsItemInput.
source§impl GetOpsItemInput
impl GetOpsItemInput
sourcepub fn ops_item_id(&self) -> Option<&str>
pub fn ops_item_id(&self) -> Option<&str>
The ID of the OpsItem that you want to get.
sourcepub fn ops_item_arn(&self) -> Option<&str>
pub fn ops_item_arn(&self) -> Option<&str>
The OpsItem Amazon Resource Name (ARN).
Trait Implementations§
source§impl Clone for GetOpsItemInput
impl Clone for GetOpsItemInput
source§fn clone(&self) -> GetOpsItemInput
fn clone(&self) -> GetOpsItemInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetOpsItemInput
impl Debug for GetOpsItemInput
source§impl PartialEq<GetOpsItemInput> for GetOpsItemInput
impl PartialEq<GetOpsItemInput> for GetOpsItemInput
source§fn eq(&self, other: &GetOpsItemInput) -> bool
fn eq(&self, other: &GetOpsItemInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.