Class: Aws::S3Control::Types::ListRegionalBucketsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListRegionalBucketsRequest
- 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 Outposts bucket.
- #max_results ⇒ Integer
- #next_token ⇒ String
-
#outpost_id ⇒ String
The ID of the Outposts resource.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the Outposts bucket.
5321 5322 5323 5324 5325 5326 5327 5328 |
# File 'lib/aws-sdk-s3control/types.rb', line 5321 class ListRegionalBucketsRequest < Struct.new( :account_id, :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
5321 5322 5323 5324 5325 5326 5327 5328 |
# File 'lib/aws-sdk-s3control/types.rb', line 5321 class ListRegionalBucketsRequest < Struct.new( :account_id, :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
5321 5322 5323 5324 5325 5326 5327 5328 |
# File 'lib/aws-sdk-s3control/types.rb', line 5321 class ListRegionalBucketsRequest < Struct.new( :account_id, :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
The ID of the Outposts resource.
<note markdown=“1”> This ID is required by Amazon S3 on Outposts buckets.
</note>
5321 5322 5323 5324 5325 5326 5327 5328 |
# File 'lib/aws-sdk-s3control/types.rb', line 5321 class ListRegionalBucketsRequest < Struct.new( :account_id, :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |