Class: Aws::Proton::Types::Output
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::Output
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Note:
When making an API call, you may pass Output data as a hash:
{
key: "OutputKey",
value_string: "OutputValueString",
}
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.