class Awspec::Type::CloudformationStack

Public Instance Methods

id() click to toggle source
# File lib/awspec/type/cloudformation_stack.rb, line 7
def id
  @id ||= resource_via_client.stack_name if resource_via_client
end
resource_via_client() click to toggle source
# File lib/awspec/type/cloudformation_stack.rb, line 3
def resource_via_client
  @resource_via_client ||= find_cloudformation_stack(@display_name)
end