Class: Aws::Proton::Types::ListDeploymentsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deploymentsArray<Types::DeploymentSummary>

An array of deployment with summary data.

Returns:



3490
3491
3492
3493
3494
3495
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3490

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

#next_tokenString

A token that indicates the location of the next deployment in the array of deployment, after the current requested list of deployment.

Returns:

  • (String)


3490
3491
3492
3493
3494
3495
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3490

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