Class: Aws::Proton::Types::ListServicePipelineOutputsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServicePipelineOutputsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The ID of the deployment you want the outputs for.
-
#next_token ⇒ String
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
-
#service_name ⇒ String
The name of the service whose pipeline’s outputs you want.
Instance Attribute Details
#deployment_id ⇒ String
The ID of the deployment you want the outputs for.
4059 4060 4061 4062 4063 4064 4065 |
# File 'lib/aws-sdk-proton/types.rb', line 4059 class ListServicePipelineOutputsInput < Struct.new( :deployment_id, :next_token, :service_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
4059 4060 4061 4062 4063 4064 4065 |
# File 'lib/aws-sdk-proton/types.rb', line 4059 class ListServicePipelineOutputsInput < Struct.new( :deployment_id, :next_token, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service whose pipeline’s outputs you want.
4059 4060 4061 4062 4063 4064 4065 |
# File 'lib/aws-sdk-proton/types.rb', line 4059 class ListServicePipelineOutputsInput < Struct.new( :deployment_id, :next_token, :service_name) SENSITIVE = [] include Aws::Structure end |