Struct aws_sdk_ecs::input::PutAttributesInput [−][src]
#[non_exhaustive]pub struct PutAttributesInput {
pub cluster: Option<String>,
pub attributes: Option<Vec<Attribute>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.cluster: Option<String>
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes. If you do not specify a cluster, the default cluster is assumed.
attributes: Option<Vec<Attribute>>
The attributes to apply to your resource. You can specify up to 10 custom attributes per resource. You can specify up to 10 attributes in a single call.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAttributes, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAttributes, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutAttributes
>
Creates a new builder-style object to manufacture PutAttributesInput
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes. If you do not specify a cluster, the default cluster is assumed.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PutAttributesInput
impl Send for PutAttributesInput
impl Sync for PutAttributesInput
impl Unpin for PutAttributesInput
impl UnwindSafe for PutAttributesInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more