Struct aws_sdk_iam::model::instance_profile::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceProfile
Implementations
The path to the instance profile. For more information about paths, see IAM identifiers in the IAM User Guide.
The path to the instance profile. For more information about paths, see IAM identifiers in the IAM User Guide.
The name identifying the instance profile.
The name identifying the instance profile.
The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the IAM User Guide.
The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the IAM User Guide.
The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
The date when the instance profile was created.
The date when the instance profile was created.
Appends an item to roles
.
To override the contents of this collection use set_roles
.
The role associated with the instance profile.
The role associated with the instance profile.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Consumes the builder and constructs a InstanceProfile
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