Class: Aws::S3Control::Types::GetAccessGrantsInstanceForPrefixRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessGrantsInstanceForPrefixRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account that is making this request.
-
#s3_prefix ⇒ String
The S3 prefix of the access grants that you would like to retrieve.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that is making this request.
2348 2349 2350 2351 2352 2353 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2348 class GetAccessGrantsInstanceForPrefixRequest < Struct.new( :account_id, :s3_prefix) SENSITIVE = [] include Aws::Structure end |
#s3_prefix ⇒ String
The S3 prefix of the access grants that you would like to retrieve.
2348 2349 2350 2351 2352 2353 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2348 class GetAccessGrantsInstanceForPrefixRequest < Struct.new( :account_id, :s3_prefix) SENSITIVE = [] include Aws::Structure end |