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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#countInteger

The number of instances for the specified instance type.

Returns:

  • (Integer)


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_typeString

The instance type of the hosts.

Returns:

  • (String)


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