Class: Aws::Outposts::Types::EC2Capacity

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

Overview

Information about EC2 capacity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#familyString

The family of the EC2 capacity.

Returns:

  • (String)


591
592
593
594
595
596
597
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 591

class EC2Capacity < Struct.new(
  :family,
  :max_size,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end

#max_sizeString

The maximum size of the EC2 capacity.

Returns:

  • (String)


591
592
593
594
595
596
597
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 591

class EC2Capacity < Struct.new(
  :family,
  :max_size,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end

#quantityString

The quantity of the EC2 capacity.

Returns:

  • (String)


591
592
593
594
595
596
597
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 591

class EC2Capacity < Struct.new(
  :family,
  :max_size,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end