Class: Aws::Types::InstanceCount
- Inherits:
-
Object
- Object
- Aws::Types::InstanceCount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#state ⇒ "available", ...
Returns the value of attribute state.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
11372 11373 11374 |
# File 'sig/types.rbs', line 11372 def instance_count @instance_count end |
#state ⇒ "available", ...
Returns the value of attribute state.
11373 11374 11375 |
# File 'sig/types.rbs', line 11373 def state @state end |