Class: Aws::S3Control::Types::DeleteAccessGrantsInstanceResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeleteAccessGrantsInstanceResourcePolicyRequest
- 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.
1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-s3control/types.rb', line 1441 class DeleteAccessGrantsInstanceResourcePolicyRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |