class
Amazonite::Iam::DelegationPermission
- Amazonite::Iam::DelegationPermission
- Reference
- Object
Overview
Contains information about the permissions being delegated in a delegation request.
Defined in:
iam/delegation_permission.crConstructors
- .from_xml(node : XML::Node) : self
- .new(policy_template_arn : String | Nil = nil, parameters : Array(PolicyParameter) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#parameters : Array(PolicyParameter) | Nil
A list of policy parameters that define the scope and constraints of the delegated permissions.
-
#parameters=(parameters : Array(PolicyParameter) | Nil)
A list of policy parameters that define the scope and constraints of the delegated permissions.
-
#policy_template_arn : String | Nil
This ARN maps to a pre-registered policy content for this partner.
-
#policy_template_arn=(policy_template_arn : String | Nil)
This ARN maps to a pre-registered policy content for this partner.
- #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 list of policy parameters that define the scope and constraints of the delegated permissions.
A list of policy parameters that define the scope and constraints of the delegated permissions.
This ARN maps to a pre-registered policy content for this partner. See the partner onboarding documentation to understand how to create a delegation template.
This ARN maps to a pre-registered policy content for this partner. See the partner onboarding documentation to understand how to create a delegation template.