Class: Aws::Types::AddInstanceFleetOutput
- Inherits:
-
Object
- Object
- Aws::Types::AddInstanceFleetOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#instance_fleet_id ⇒ ::String
Returns the value of attribute instance_fleet_id.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
20 21 22 |
# File 'sig/types.rbs', line 20 def cluster_arn @cluster_arn end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def cluster_id @cluster_id end |
#instance_fleet_id ⇒ ::String
Returns the value of attribute instance_fleet_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def instance_fleet_id @instance_fleet_id end |