Class: Aws::Outposts::Types::AssetInstanceTypeCapacity

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

The capacity for each instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of each instance type.

Returns:

  • (Integer)


170
171
172
173
174
175
# File 'lib/aws-sdk-outposts/types.rb', line 170

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

#instance_typeString

The type of instance.

Returns:

  • (String)


170
171
172
173
174
175
# File 'lib/aws-sdk-outposts/types.rb', line 170

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