Class: Aws::Proton::Types::ListServiceInstanceOutputsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServiceInstanceOutputsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:outputs]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.
-
#outputs ⇒ Array<Types::Output>
An array of service instance 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 current requested list of outputs.
3898 3899 3900 3901 3902 3903 |
# File 'lib/aws-sdk-proton/types.rb', line 3898 class ListServiceInstanceOutputsOutput < Struct.new( :next_token, :outputs) SENSITIVE = [:outputs] include Aws::Structure end |
#outputs ⇒ Array<Types::Output>
An array of service instance Infrastructure as Code (IaC) outputs.
3898 3899 3900 3901 3902 3903 |
# File 'lib/aws-sdk-proton/types.rb', line 3898 class ListServiceInstanceOutputsOutput < Struct.new( :next_token, :outputs) SENSITIVE = [:outputs] include Aws::Structure end |