Method: AWS::CloudFormation::StackResource#metadata

Defined in:
lib/aws/cloud_formation/stack_resource.rb

#metadataString? (readonly)

The JSON format content of the Metadata attribute declared for the resource.

Returns:

  • (String, nil)

    the current value of metadata



46
47
48
# File 'lib/aws/cloud_formation/stack_resource.rb', line 46

def 
  @metadata
end