Class: Aws::Types::UpdateFleetAttributesOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFleetAttributesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
Instance Attribute Details
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def fleet_id @fleet_id end |