Class: Aws::Proton::Types::Output

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

An infrastructure as code defined resource output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The output key.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4347

class Output < Struct.new(
  :key,
  :value_string)
  SENSITIVE = []
  include Aws::Structure
end

#value_stringString

The output value.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4347

class Output < Struct.new(
  :key,
  :value_string)
  SENSITIVE = []
  include Aws::Structure
end