Class: Aws::S3Control::Types::ListRegionalBucketsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the Outposts bucket.

Returns:

  • (String)


5168
5169
5170
5171
5172
5173
5174
5175
# File 'lib/aws-sdk-s3control/types.rb', line 5168

class ListRegionalBucketsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :outpost_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


5168
5169
5170
5171
5172
5173
5174
5175
# File 'lib/aws-sdk-s3control/types.rb', line 5168

class ListRegionalBucketsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :outpost_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


5168
5169
5170
5171
5172
5173
5174
5175
# File 'lib/aws-sdk-s3control/types.rb', line 5168

class ListRegionalBucketsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :outpost_id)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

The ID of the Outposts resource.

<note markdown=“1”> This ID is required by Amazon S3 on Outposts buckets.

</note>

Returns:

  • (String)


5168
5169
5170
5171
5172
5173
5174
5175
# File 'lib/aws-sdk-s3control/types.rb', line 5168

class ListRegionalBucketsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :outpost_id)
  SENSITIVE = []
  include Aws::Structure
end