Class: Aws::Types::GetFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def fleet_id @fleet_id end |