class
Amazonite::Iam::InstanceProfile
- Amazonite::Iam::InstanceProfile
- Reference
- Object
Overview
Contains information about an instance profile.
This data type is used as a response element in the following operations:
Defined in:
iam/instance_profile.crConstructors
- .from_xml(node : XML::Node) : self
- .new(path : String, instance_profile_name : String, instance_profile_id : String, arn : String, create_date : Time, roles : Array(Role), tags : Array(Tag) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String
The Amazon Resource Name (ARN) specifying the instance profile.
-
#arn=(arn : String)
The Amazon Resource Name (ARN) specifying the instance profile.
-
#create_date : Time
The date when the instance profile was created.
-
#create_date=(create_date : Time)
The date when the instance profile was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_profile_id : String
The stable and unique string identifying the instance profile.
-
#instance_profile_id=(instance_profile_id : String)
The stable and unique string identifying the instance profile.
-
#instance_profile_name : String
The name identifying the instance profile.
-
#instance_profile_name=(instance_profile_name : String)
The name identifying the instance profile.
-
#path : String
The path to the instance profile.
-
#path=(path : String)
The path to the instance profile.
-
#roles : Array(Role)
The role associated with the instance profile.
-
#roles=(roles : Array(Role))
The role associated with the instance profile.
-
#tags : Array(Tag) | Nil
A list of tags that are attached to the instance profile.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags that are attached to the instance profile.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 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 name identifying the instance profile.
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.
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.