Class: Aws::IAM::Types::DelegationPermission

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#parametersArray<Types::PolicyParameter>

A list of policy parameters that define the scope and constraints of the delegated permissions.

Returns:



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_arnString

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.

Returns:

  • (String)


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