Class: Aws::Types::DescribeFleetDeploymentInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetDeploymentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
778 779 780 |
# File 'sig/types.rbs', line 778 def deployment_id @deployment_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
777 778 779 |
# File 'sig/types.rbs', line 777 def fleet_id @fleet_id end |