Class: Aws::SSOAdmin::Types::GetPermissionsBoundaryForPermissionSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetPermissionsBoundaryForPermissionSetRequest
- 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 ‘PermissionSet`.
Instance Attribute Details
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
1985 1986 1987 1988 1989 1990 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1985 class GetPermissionsBoundaryForPermissionSetRequest < Struct.new( :instance_arn, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |
#permission_set_arn ⇒ String
The ARN of the ‘PermissionSet`.
1985 1986 1987 1988 1989 1990 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1985 class GetPermissionsBoundaryForPermissionSetRequest < Struct.new( :instance_arn, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |