Class: Aws::Proton::Types::ListComponentOutputsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListComponentOutputsOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#outputs ⇒ Array<Types::Output>
An array of component Infrastructure as Code (IaC) outputs.
Instance Attribute Details
#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.
2929 2930 2931 2932 2933 2934 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2929 class ListComponentOutputsOutput < Struct.new( :next_token, :outputs) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::Output>
An array of component Infrastructure as Code (IaC) outputs.
2929 2930 2931 2932 2933 2934 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2929 class ListComponentOutputsOutput < Struct.new( :next_token, :outputs) SENSITIVE = [] include Aws::Structure end |