Class: Aws::S3Control::Types::GetAccessGrantsInstanceForPrefixRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessGrantsInstanceForPrefixRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
2302 2303 2304 2305 2306 2307 |
# File 'lib/aws-sdk-s3control/types.rb', line 2302 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.
2302 2303 2304 2305 2306 2307 |
# File 'lib/aws-sdk-s3control/types.rb', line 2302 class GetAccessGrantsInstanceForPrefixRequest < Struct.new( :account_id, :s3_prefix) SENSITIVE = [] include Aws::Structure end |