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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/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)


6028
6029
6030
6031
6032
6033
6034
6035
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6028

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)


6028
6029
6030
6031
6032
6033
6034
6035
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6028

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)


6028
6029
6030
6031
6032
6033
6034
6035
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6028

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)


6028
6029
6030
6031
6032
6033
6034
6035
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6028

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