Class: Aws::Outposts::Types::ListOrderableInstanceTypesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListOrderableInstanceTypesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
The pagination token.
-
#outpost_generation_filter ⇒ String
Filters the results by Outpost generation.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-outposts/types.rb', line 1955 class ListOrderableInstanceTypesInput < Struct.new( :outpost_generation_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-outposts/types.rb', line 1955 class ListOrderableInstanceTypesInput < Struct.new( :outpost_generation_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#outpost_generation_filter ⇒ String
Filters the results by Outpost generation. Specify GENERATION_1
for first-generation rack deployments or GENERATION_2 for
second-generation rack deployments.
1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-outposts/types.rb', line 1955 class ListOrderableInstanceTypesInput < Struct.new( :outpost_generation_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |