Class: Aws::Proton::Types::ListServicePipelineOutputsInput

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

#deployment_idString

The ID of the deployment you want the outputs for.

Returns:

  • (String)


4059
4060
4061
4062
4063
4064
4065
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4059

class ListServicePipelineOutputsInput < Struct.new(
  :deployment_id,
  :next_token,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.

Returns:

  • (String)


4059
4060
4061
4062
4063
4064
4065
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4059

class ListServicePipelineOutputsInput < Struct.new(
  :deployment_id,
  :next_token,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service whose pipeline's outputs you want.

Returns:

  • (String)


4059
4060
4061
4062
4063
4064
4065
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4059

class ListServicePipelineOutputsInput < Struct.new(
  :deployment_id,
  :next_token,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end