Class: Aws::Outposts::Types::InstanceTypeCapacity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/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

Instance Attribute Details

#countInteger

The number of instances for the specified instance type.

Returns:

  • (Integer)


958
959
960
961
962
963
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 958

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

#instance_typeString

The instance type of the hosts.

Returns:

  • (String)


958
959
960
961
962
963
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 958

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