Class: Aws::Proton::Types::ListServicePipelineOutputsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:outputs]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


4078
4079
4080
4081
4082
4083
# File 'lib/aws-sdk-proton/types.rb', line 4078

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

#outputsArray<Types::Output>

An array of service pipeline Infrastructure as Code (IaC) outputs.

Returns:



4078
4079
4080
4081
4082
4083
# File 'lib/aws-sdk-proton/types.rb', line 4078

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