Method: Aws::S3Control::Types::DissociateAccessGrantsIdentityCenterRequest#account_id
- Defined in:
- lib/aws-sdk-s3control/types.rb
#account_id ⇒ String
The Amazon Web Services account ID of the S3 Access Grants instance.
2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-s3control/types.rb', line 2218 class DissociateAccessGrantsIdentityCenterRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |