Class: Aws::Outposts::Types::InstanceTypeCapacity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::InstanceTypeCapacity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
The instance type that you specify determines the combination of CPU, memory, storage, and networking capacity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of instances for the specified instance type.
-
#instance_type ⇒ String
The instance type of the hosts.
Instance Attribute Details
#count ⇒ Integer
The number of instances for the specified instance type.
1066 1067 1068 1069 1070 1071 |
# File 'lib/aws-sdk-outposts/types.rb', line 1066 class InstanceTypeCapacity < Struct.new( :instance_type, :count) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type of the hosts.
1066 1067 1068 1069 1070 1071 |
# File 'lib/aws-sdk-outposts/types.rb', line 1066 class InstanceTypeCapacity < Struct.new( :instance_type, :count) SENSITIVE = [] include Aws::Structure end |