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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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:



9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9642

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)


9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9642

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