Class: Aws::Types::ListFleetDeploymentsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListFleetDeploymentsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_deployments ⇒ ::Array[Types::FleetDeployment]
Returns the value of attribute fleet_deployments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fleet_deployments ⇒ ::Array[Types::FleetDeployment]
Returns the value of attribute fleet_deployments.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def fleet_deployments @fleet_deployments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def next_token @next_token end |