Class: Aws::S3Control::Types::DeleteAccessGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeleteAccessGrantRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_grant_id ⇒ String
The ID of the access grant.
-
#account_id ⇒ String
The Amazon Web Services account ID of the S3 Access Grants instance.
Instance Attribute Details
#access_grant_id ⇒ String
The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.
1416 1417 1418 1419 1420 1421 |
# File 'lib/aws-sdk-s3control/types.rb', line 1416 class DeleteAccessGrantRequest < Struct.new( :account_id, :access_grant_id) SENSITIVE = [] include Aws::Structure end |
#account_id ⇒ String
The Amazon Web Services account ID of the S3 Access Grants instance.
1416 1417 1418 1419 1420 1421 |
# File 'lib/aws-sdk-s3control/types.rb', line 1416 class DeleteAccessGrantRequest < Struct.new( :account_id, :access_grant_id) SENSITIVE = [] include Aws::Structure end |