Class: Aws::Proton::Types::ListComponentOutputsOutput

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

#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)


3335
3336
3337
3338
3339
3340
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3335

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

#outputsArray<Types::Output>

An array of component Infrastructure as Code (IaC) outputs.

Returns:



3335
3336
3337
3338
3339
3340
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3335

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