Class: Aws::Outposts::Types::GetOutpostSupportedInstanceTypesOutput

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

#instance_typesArray<Types::InstanceTypeItem>

Information about the instance types.

Returns:



983
984
985
986
987
988
# File 'lib/aws-sdk-outposts/types.rb', line 983

class GetOutpostSupportedInstanceTypesOutput < Struct.new(
  :instance_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


983
984
985
986
987
988
# File 'lib/aws-sdk-outposts/types.rb', line 983

class GetOutpostSupportedInstanceTypesOutput < Struct.new(
  :instance_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end