Class: Aws::Types::EC2InstanceLimit
- Inherits:
-
Object
- Object
- Aws::Types::EC2InstanceLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_instances ⇒ ::Integer
Returns the value of attribute current_instances.
-
#ec2_instance_type ⇒ "t2.micro", ...
Returns the value of attribute ec2_instance_type.
-
#instance_limit ⇒ ::Integer
Returns the value of attribute instance_limit.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#current_instances ⇒ ::Integer
Returns the value of attribute current_instances.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def current_instances @current_instances end |
#ec2_instance_type ⇒ "t2.micro", ...
Returns the value of attribute ec2_instance_type.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def ec2_instance_type @ec2_instance_type end |
#instance_limit ⇒ ::Integer
Returns the value of attribute instance_limit.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def instance_limit @instance_limit end |
#location ⇒ ::String
Returns the value of attribute location.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def location @location end |