class Awspec::Type::CloudformationStack
Public Instance Methods
Source
# File lib/awspec/type/cloudformation_stack.rb, line 12 def id @id ||= resource_via_client.stack_name if resource_via_client end
Source
# File lib/awspec/type/cloudformation_stack.rb, line 8 def resource_via_client @resource_via_client ||= find_cloudformation_stack(@display_name) end