Struct aws_sdk_codedeploy::model::instance_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceInfo
Implementations
The name of the on-premises instance.
The name of the on-premises instance.
The ARN of the IAM session associated with the on-premises instance.
The ARN of the IAM session associated with the on-premises instance.
The IAM user ARN associated with the on-premises instance.
The IAM user ARN associated with the on-premises instance.
The ARN of the on-premises instance.
The ARN of the on-premises instance.
The time at which the on-premises instance was registered.
The time at which the on-premises instance was registered.
If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.
If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags currently associated with the on-premises instance.
The tags currently associated with the on-premises instance.
Consumes the builder and constructs a InstanceInfo
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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