class Awspec::Type::CognitoIdentityPool

Public Instance Methods

id() click to toggle source
# File lib/awspec/type/cognito_identity_pool.rb, line 9
def id
  @id ||= resource_via_client.identity_pool_id if resource_via_client
end
resource_via_client() click to toggle source
# File lib/awspec/type/cognito_identity_pool.rb, line 5
def resource_via_client
  @resource_via_client ||= find_identitypool_by_name(@display_name)
end