Class: Aws::Outposts::Types::InstanceTypeItem

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

Overview

Information about an instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typeString

The instance type.

Returns:

  • (String)


973
974
975
976
977
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 973

class InstanceTypeItem < Struct.new(
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end