Class: Aws::Types::ListFleetDeploymentsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_deployments::Array[Types::FleetDeployment]

Returns the value of attribute fleet_deployments.

Returns:



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.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def next_token
  @next_token
end