Class: Aws::Types::AwsCloudFormationStackOutputsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def description
  @description
end

#output_key::String

Returns the value of attribute output_key.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def output_key
  @output_key
end

#output_value::String

Returns the value of attribute output_value.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def output_value
  @output_value
end