Class: Aws::S3Control::Types::ListRegionalBucketsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListRegionalBucketsRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Note:
When making an API call, you may pass ListRegionalBucketsRequest data as a hash:
{
account_id: "AccountId", # required
next_token: "NonEmptyMaxLength1024String",
max_results: 1,
outpost_id: "NonEmptyMaxLength64String",
}
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.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the Outposts bucket.
3989 3990 3991 3992 3993 3994 3995 3996 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3989 class ListRegionalBucketsRequest < Struct.new( :account_id, :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
3989 3990 3991 3992 3993 3994 3995 3996 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3989 class ListRegionalBucketsRequest < Struct.new( :account_id, :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3989 3990 3991 3992 3993 3994 3995 3996 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3989 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.
3989 3990 3991 3992 3993 3994 3995 3996 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3989 class ListRegionalBucketsRequest < Struct.new( :account_id, :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |