Class: Aws::Proton::Types::ListDeploymentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListDeploymentsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments ⇒ Array<Types::DeploymentSummary>
An array of deployment with summary data.
-
#next_token ⇒ String
A token that indicates the location of the next deployment in the array of deployment, after the current requested list of deployment.
Instance Attribute Details
#deployments ⇒ Array<Types::DeploymentSummary>
An array of deployment with summary data.
3490 3491 3492 3493 3494 3495 |
# File 'lib/aws-sdk-proton/types.rb', line 3490 class ListDeploymentsOutput < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates the location of the next deployment in the array of deployment, after the current requested list of deployment.
3490 3491 3492 3493 3494 3495 |
# File 'lib/aws-sdk-proton/types.rb', line 3490 class ListDeploymentsOutput < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |