Class: Aws::SSOAdmin::Types::DeletePermissionsBoundaryFromPermissionSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DeletePermissionsBoundaryFromPermissionSetRequest
- 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.
1247 1248 1249 1250 1251 1252 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1247 class DeletePermissionsBoundaryFromPermissionSetRequest < Struct.new( :instance_arn, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |
#permission_set_arn ⇒ String
The ARN of the ‘PermissionSet`.
1247 1248 1249 1250 1251 1252 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1247 class DeletePermissionsBoundaryFromPermissionSetRequest < Struct.new( :instance_arn, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |