Class: Aws::CognitoIdentity::Types::IdentityPoolShortDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb

Overview

A description of the identity pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pool_idString

An identity pool ID in the format REGION:GUID.

Returns:

  • (String)


699
700
701
702
703
704
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 699

class IdentityPoolShortDescription < Struct.new(
  :identity_pool_id,
  :identity_pool_name)
  SENSITIVE = []
  include Aws::Structure
end

#identity_pool_nameString

A string that you provide.

Returns:

  • (String)


699
700
701
702
703
704
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 699

class IdentityPoolShortDescription < Struct.new(
  :identity_pool_id,
  :identity_pool_name)
  SENSITIVE = []
  include Aws::Structure
end