Class: Aws::Proton::Types::Output
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::Output
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
An infrastructure as code defined resource output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The output key.
-
#value_string ⇒ String
The output value.
Instance Attribute Details
#key ⇒ String
The output key.
4347 4348 4349 4350 4351 4352 |
# File 'lib/aws-sdk-proton/types.rb', line 4347 class Output < Struct.new( :key, :value_string) SENSITIVE = [] include Aws::Structure end |
#value_string ⇒ String
The output value.
4347 4348 4349 4350 4351 4352 |
# File 'lib/aws-sdk-proton/types.rb', line 4347 class Output < Struct.new( :key, :value_string) SENSITIVE = [] include Aws::Structure end |