Class: Aws::ECS::Types::ListDaemonDeploymentsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#daemon_deploymentsArray<Types::DaemonDeploymentSummary>

The list of daemon deployment summaries.

Returns:



9902
9903
9904
9905
9906
9907
# File 'lib/aws-sdk-ecs/types.rb', line 9902

class ListDaemonDeploymentsResponse < Struct.new(
  :next_token,
  :daemon_deployments)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken value to include in a future ListDaemonDeployments request. When the results of a ListDaemonDeployments request exceed maxResults, this value can be used to retrieve the next page of results.

Returns:

  • (String)


9902
9903
9904
9905
9906
9907
# File 'lib/aws-sdk-ecs/types.rb', line 9902

class ListDaemonDeploymentsResponse < Struct.new(
  :next_token,
  :daemon_deployments)
  SENSITIVE = []
  include Aws::Structure
end