class Aws::Outposts::Types::ListOutpostsInput

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

data as a hash:

    {
      next_token: "Token",
      max_results: 1,
      life_cycle_status_filter: ["LifeCycleStatus"],
      availability_zone_filter: ["AvailabilityZone"],
      availability_zone_id_filter: ["AvailabilityZoneId"],
    }

@!attribute [rw] next_token

The pagination token.
@return [String]

@!attribute [rw] max_results

The maximum page size.
@return [Integer]

@!attribute [rw] life_cycle_status_filter

A filter for the lifecycle status of the Outpost.

Filter values are case sensitive. If you specify multiple values for
a filter, the values are joined with an `OR`, and the request
returns all results that match any of the specified values.
@return [Array<String>]

@!attribute [rw] availability_zone_filter

A filter for the Availibility Zone (`us-east-1a`) of the Outpost.

Filter values are case sensitive. If you specify multiple values for
a filter, the values are joined with an `OR`, and the request
returns all results that match any of the specified values.
@return [Array<String>]

@!attribute [rw] availability_zone_id_filter

A filter for the AZ IDs (`use1-az1`) of the Outpost.

Filter values are case sensitive. If you specify multiple values for
a filter, the values are joined with an `OR`, and the request
returns all results that match any of the specified values.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListOutpostsInput AWS API Documentation

Constants

SENSITIVE