Class: Aws::Outposts::Types::ListOrderableInstanceTypesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ Integer

The maximum page size.

Returns:

  • (Integer)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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