Class: Aws::Outposts::Types::InstanceTypeItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::InstanceTypeItem
- 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_type ⇒ String
The instance type.
-
#vcp_us ⇒ Integer
The number of default VCPUs in an instance type.
Instance Attribute Details
#instance_type ⇒ String
The instance type.
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_us ⇒ Integer
The number of default VCPUs in an instance type.
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 |