Class: Aws::IAM::Types::DelegationPermission
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DelegationPermission
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains information about the permissions being delegated in a delegation request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameters ⇒ Array<Types::PolicyParameter>
A list of policy parameters that define the scope and constraints of the delegated permissions.
-
#policy_template_arn ⇒ String
This ARN maps to a pre-registered policy content for this partner.
Instance Attribute Details
#parameters ⇒ Array<Types::PolicyParameter>
A list of policy parameters that define the scope and constraints of the delegated permissions.
2083 2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2083 class DelegationPermission < Struct.new( :policy_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |
#policy_template_arn ⇒ String
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.
2083 2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2083 class DelegationPermission < Struct.new( :policy_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |