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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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)


4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4990

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

#max_resultsInteger

Returns:

  • (Integer)


4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4990

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

#next_tokenString

Returns:

  • (String)


4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4990

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.

This ID is required by Amazon S3 on Outposts buckets.

Returns:

  • (String)


4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4990

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