class Awspec::Type::CognitoIdentityPool
Public Instance Methods
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
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