Method: Aws::Outposts::Types::EC2Capacity#max_size
- Defined in:
- lib/aws-sdk-outposts/types.rb
#max_size ⇒ String
The maximum size of the EC2 capacity.
681 682 683 684 685 686 687 |
# File 'lib/aws-sdk-outposts/types.rb', line 681 class EC2Capacity < Struct.new( :family, :max_size, :quantity) SENSITIVE = [] include Aws::Structure end |