You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Imagebuilder::Types::ListDistributionConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListDistributionConfigurationsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ListDistributionConfigurationsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
filters: [
{
name: "FilterName",
values: ["FilterValue"],
},
],
max_results: 1,
next_token: "PaginationToken",
}
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
The filters.
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
The filters.
name
- The name of this distribution configuration.
^
#max_results ⇒ Integer
The maximum items to return in a request.
#next_token ⇒ String
A token to specify where to start paginating. This is the NextToken from a previously truncated response.