class
Amazonite::Iam::AcquireRoleRequest
- Amazonite::Iam::AcquireRoleRequest
- Reference
- Object
Defined in:
iam/acquire_role_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(template_arn : String, template_minor_version : Int32 | Nil = nil, replacement_values : Hash(String, ReplacementValueEntry) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#replacement_values : Hash(String, ReplacementValueEntry) | Nil
A map of values to substitute for the parameters that are defined in the role template version.
-
#replacement_values=(replacement_values : Hash(String, ReplacementValueEntry) | Nil)
A map of values to substitute for the parameters that are defined in the role template version.
-
#template_arn : String
The Amazon Resource Name (ARN) of the role template to create the role from.
-
#template_arn=(template_arn : String)
The Amazon Resource Name (ARN) of the role template to create the role from.
-
#template_minor_version : Int32 | Nil
The minor version of the role template to use.
-
#template_minor_version=(template_minor_version : Int32 | Nil)
The minor version of the role template to use.
- #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?.
A map of values to substitute for the parameters that are defined in the role template version. Each key is a parameter name from the template, and each value is a structure that contains the replacement values for that parameter.
A map of values to substitute for the parameters that are defined in the role template version. Each key is a parameter name from the template, and each value is a structure that contains the replacement values for that parameter.
The Amazon Resource Name (ARN) of the role template to create the role from.
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 to create the role from.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The minor version of the role template to use. If you do not specify a minor version, the service uses the template's default minor version.
The minor version of the role template to use. If you do not specify a minor version, the service uses the template's default minor version.