Class: Aws::Types::DisassociateFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateFleetRequest
- 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.
972 973 974 |
# File 'sig/types.rbs', line 972 def fleet_name @fleet_name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
973 974 975 |
# File 'sig/types.rbs', line 973 def stack_name @stack_name end |