Class: Aws::S3Control::Types::DissociateAccessGrantsIdentityCenterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DissociateAccessGrantsIdentityCenterRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the S3 Access Grants instance.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the S3 Access Grants instance.
2080 2081 2082 2083 2084 |
# File 'lib/aws-sdk-s3control/types.rb', line 2080 class DissociateAccessGrantsIdentityCenterRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |