You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::GetDistributionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetDistributionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  distribution_name: "ResourceName",
  page_token: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_nameString

The name of the distribution for which to return information.

Use the GetDistributions action to get a list of distribution names that you can specify.

When omitted, the response includes all of your distributions in the AWS Region where the request is made.

Returns:

  • (String)

    The name of the distribution for which to return information.

#page_tokenString

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

To get a page token, perform an initial GetDistributions 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.

Returns:

  • (String)

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