Class: Aws::SSOAdmin::Types::GetInlinePolicyForPermissionSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetInlinePolicyForPermissionSetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
-
#permission_set_arn ⇒ String
The ARN of the permission set.
Instance Attribute Details
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.
1949 1950 1951 1952 1953 1954 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1949 class GetInlinePolicyForPermissionSetRequest < Struct.new( :instance_arn, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |
#permission_set_arn ⇒ String
The ARN of the permission set.
1949 1950 1951 1952 1953 1954 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1949 class GetInlinePolicyForPermissionSetRequest < Struct.new( :instance_arn, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |