Class: Aws::Outposts::Types::EC2Capacity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::EC2Capacity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Information about EC2 capacity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#family ⇒ String
The family of the EC2 capacity.
-
#max_size ⇒ String
The maximum size of the EC2 capacity.
-
#quantity ⇒ String
The quantity of the EC2 capacity.
Instance Attribute Details
#family ⇒ String
The family of the EC2 capacity.
591 592 593 594 595 596 597 |
# File 'lib/aws-sdk-outposts/types.rb', line 591 class EC2Capacity < Struct.new( :family, :max_size, :quantity) SENSITIVE = [] include Aws::Structure end |
#max_size ⇒ String
The maximum size of the EC2 capacity.
591 592 593 594 595 596 597 |
# File 'lib/aws-sdk-outposts/types.rb', line 591 class EC2Capacity < Struct.new( :family, :max_size, :quantity) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ String
The quantity of the EC2 capacity.
591 592 593 594 595 596 597 |
# File 'lib/aws-sdk-outposts/types.rb', line 591 class EC2Capacity < Struct.new( :family, :max_size, :quantity) SENSITIVE = [] include Aws::Structure end |