Class: Aws::Types::CognitoOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


435
436
437
# File 'sig/types.rbs', line 435

def enabled
  @enabled
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def identity_pool_id
  @identity_pool_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def role_arn
  @role_arn
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def user_pool_id
  @user_pool_id
end