Class: Aws::Outposts::Types::GetOutpostInstanceTypesInput

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)


791
792
793
794
795
796
797
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 791

class GetOutpostInstanceTypesInput < Struct.new(
  :outpost_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


791
792
793
794
795
796
797
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 791

class GetOutpostInstanceTypesInput < Struct.new(
  :outpost_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

The ID or ARN of the Outpost.

Returns:

  • (String)


791
792
793
794
795
796
797
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 791

class GetOutpostInstanceTypesInput < Struct.new(
  :outpost_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end