Class: Aws::S3Control::Types::DeleteAccessGrantsInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeleteAccessGrantsInstanceRequest
- 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.
1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-s3control/types.rb', line 1429 class DeleteAccessGrantsInstanceRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |