Class: Aws::Types::DeleteFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
940 941 942 |
# File 'sig/types.rbs', line 940 def client_token @client_token end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
938 939 940 |
# File 'sig/types.rbs', line 938 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
939 940 941 |
# File 'sig/types.rbs', line 939 def fleet_id @fleet_id end |