Class: Aws::Outposts::Types::GetOutpostSupportedInstanceTypesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum page size.

Returns:

  • (Integer)


856
857
858
859
860
861
862
863
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 856

class GetOutpostSupportedInstanceTypesInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


856
857
858
859
860
861
862
863
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 856

class GetOutpostSupportedInstanceTypesInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#order_idString

The ID for the Amazon Web Services Outposts order.

Returns:

  • (String)


856
857
858
859
860
861
862
863
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 856

class GetOutpostSupportedInstanceTypesInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_identifierString

The ID or ARN of the Outpost.

Returns:

  • (String)


856
857
858
859
860
861
862
863
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 856

class GetOutpostSupportedInstanceTypesInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end