class
Amazonite::Iam::SourceRoleTemplate
- Amazonite::Iam::SourceRoleTemplate
- Reference
- Object
Overview
Contains information about the role template that a role was created from.
Defined in:
iam/source_role_template.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#template_arn : String
The Amazon Resource Name (ARN) of the role template that the role was created from.
-
#template_arn=(template_arn : String)
The Amazon Resource Name (ARN) of the role template that the role was created from.
-
#template_minor_version : Int32
The minor version of the role template that was used to create the role.
-
#template_minor_version=(template_minor_version : Int32)
The minor version of the role template that was used to create the role.
- #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) of the role template that the role was created from.
The Amazon Resource Name (ARN) of the role template that the role was created from.
The minor version of the role template that was used to create the role.
The minor version of the role template that was used to create the role.