Class: Aws::CloudFormation::Types::Output

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

The Output data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

User defined description associated with the output.

Returns:

  • (String)


6048
6049
6050
6051
6052
6053
6054
6055
# File 'lib/aws-sdk-cloudformation/types.rb', line 6048

class Output < Struct.new(
  :output_key,
  :output_value,
  :description,
  :export_name)
  SENSITIVE = []
  include Aws::Structure
end

#export_nameString

The name of the export associated with the output.

Returns:

  • (String)


6048
6049
6050
6051
6052
6053
6054
6055
# File 'lib/aws-sdk-cloudformation/types.rb', line 6048

class Output < Struct.new(
  :output_key,
  :output_value,
  :description,
  :export_name)
  SENSITIVE = []
  include Aws::Structure
end

#output_keyString

The key associated with the output.

Returns:

  • (String)


6048
6049
6050
6051
6052
6053
6054
6055
# File 'lib/aws-sdk-cloudformation/types.rb', line 6048

class Output < Struct.new(
  :output_key,
  :output_value,
  :description,
  :export_name)
  SENSITIVE = []
  include Aws::Structure
end

#output_valueString

The value associated with the output.

Returns:

  • (String)


6048
6049
6050
6051
6052
6053
6054
6055
# File 'lib/aws-sdk-cloudformation/types.rb', line 6048

class Output < Struct.new(
  :output_key,
  :output_value,
  :description,
  :export_name)
  SENSITIVE = []
  include Aws::Structure
end