Method: Awspec::Type::SnsTopic#id

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

#idObject



21
22
23
24
# File 'lib/awspec/type/sns_topic.rb', line 21

def id
  # A SNS Topic doesn't have an ID...
  @id ||= resource_via_client.topic_arn if resource_via_client
end