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.
1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1184 class DeleteInstanceAccessControlAttributeConfigurationRequest < Struct.new( :instance_arn) SENSITIVE = [] include Aws::Structure end |