Class: Aws::SSOAdmin::Types::DeleteInstanceAccessControlAttributeConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DeleteInstanceAccessControlAttributeConfigurationRequest
- 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.
Instance Attribute Details
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1194 class DeleteInstanceAccessControlAttributeConfigurationRequest < Struct.new( :instance_arn) SENSITIVE = [] include Aws::Structure end |