Class: Aws::Proton::Types::ListEnvironmentOutputsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListEnvironmentOutputsOutput
- Defined in:
- gems/aws-sdk-proton/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 environment output in the array of environment outputs, after the current requested list of environment outputs.
-
#outputs ⇒ Array<Types::Output>
An array of environment outputs with detail data.
Instance Attribute Details
#next_token ⇒ String
A token that indicates the location of the next environment output in the array of environment outputs, after the current requested list of environment outputs.
3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3590 class ListEnvironmentOutputsOutput < Struct.new( :next_token, :outputs) SENSITIVE = [:outputs] include Aws::Structure end |
#outputs ⇒ Array<Types::Output>
An array of environment outputs with detail data.
3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3590 class ListEnvironmentOutputsOutput < Struct.new( :next_token, :outputs) SENSITIVE = [:outputs] include Aws::Structure end |