class Awspec::Type::Secretsmanager
Public Instance Methods
id()
click to toggle source
# File lib/awspec/type/secretsmanager.rb, line 12 def id @id ||= resource_via_client.name if resource_via_client end
resource_via_client()
click to toggle source
# File lib/awspec/type/secretsmanager.rb, line 8 def resource_via_client @resource_via_client ||= find_secret(@display_name) end