class Aws::S3Control::Types::ListRegionalBucketsRequest

@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",
    }

@!attribute [rw] account_id

The Amazon Web Services account ID of the Outposts bucket.
@return [String]

@!attribute [rw] next_token

@return [String]

@!attribute [rw] max_results

@return [Integer]

@!attribute [rw] outpost_id

The ID of the Outposts.

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

 </note>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListRegionalBucketsRequest AWS API Documentation

Constants

SENSITIVE