class
Amazonite::Iam::GetRoleTemplateVersionRequest
- Amazonite::Iam::GetRoleTemplateVersionRequest
- Reference
- Object
Defined in:
iam/get_role_template_version_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#minor_version : Int32 | Nil
The minor version of the role template to retrieve.
-
#minor_version=(minor_version : Int32 | Nil)
The minor version of the role template to retrieve.
-
#template_arn : String
The Amazon Resource Name (ARN) of the role template whose version you want to retrieve.
-
#template_arn=(template_arn : String)
The Amazon Resource Name (ARN) of the role template whose version you want to retrieve.
- #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 minor version of the role template to retrieve. If you do not specify a minor version, the service returns the template's default minor version.
The minor version of the role template to retrieve. If you do not specify a minor version, the service returns the template's default minor version.
The Amazon Resource Name (ARN) of the role template whose version you want to retrieve.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The Amazon Resource Name (ARN) of the role template whose version you want to retrieve.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.