Class: Aws::Types::AddInstanceFleetInput
- Inherits:
-
Object
- Object
- Aws::Types::AddInstanceFleetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#instance_fleet ⇒ Types::InstanceFleetConfig
Returns the value of attribute instance_fleet.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def cluster_id @cluster_id end |
#instance_fleet ⇒ Types::InstanceFleetConfig
Returns the value of attribute instance_fleet.
13 14 15 |
# File 'sig/types.rbs', line 13 def instance_fleet @instance_fleet end |