Class: Aws::Types::DescribeFleetDeploymentOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetDeploymentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_deployment ⇒ Types::FleetDeployment
Returns the value of attribute fleet_deployment.
-
#locational_deployments ⇒ ::Hash[::String, Types::LocationalDeployment]
Returns the value of attribute locational_deployments.
Instance Attribute Details
#fleet_deployment ⇒ Types::FleetDeployment
Returns the value of attribute fleet_deployment.
783 784 785 |
# File 'sig/types.rbs', line 783 def fleet_deployment @fleet_deployment end |
#locational_deployments ⇒ ::Hash[::String, Types::LocationalDeployment]
Returns the value of attribute locational_deployments.
784 785 786 |
# File 'sig/types.rbs', line 784 def locational_deployments @locational_deployments end |