Method: Awspec::Type::CloudformationStack#id

Defined in:
lib/awspec/type/cloudformation_stack.rb

#idObject



7
8
9
# File 'lib/awspec/type/cloudformation_stack.rb', line 7

def id
  @id ||= resource_via_client.stack_name if resource_via_client
end