class Aws::Lightsail::Types::GetBucketsRequest

@note When making an API call, you may pass GetBucketsRequest

data as a hash:

    {
      bucket_name: "BucketName",
      page_token: "string",
      include_connected_resources: false,
    }

@!attribute [rw] bucket_name

The name of the bucket for which to return information.

When omitted, the response includes all of your buckets in the AWS
Region where the request is made.
@return [String]

@!attribute [rw] page_token

The token to advance to the next page of results from your request.

To get a page token, perform an initial `GetBuckets` request. If
your results are paginated, the response will return a next page
token that you can specify as the page token in a subsequent
request.
@return [String]

@!attribute [rw] include_connected_resources

A Boolean value that indicates whether to include Lightsail
instances that were given access to the bucket using the
SetResourceAccessForBucket action.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetBucketsRequest AWS API Documentation

Constants

SENSITIVE