Class: Aws::Types::AssociateFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
182 183 184 |
# File 'sig/types.rbs', line 182 def fleet_name @fleet_name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
183 184 185 |
# File 'sig/types.rbs', line 183 def stack_name @stack_name end |