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)


1085
1086
1087
1088
1089
1090
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1085

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

#vcp_usInteger

The number of default VCPUs in an instance type.

Returns:

  • (Integer)


1085
1086
1087
1088
1089
1090
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1085

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