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)


242
243
244
# File 'sig/types.rbs', line 242

def enabled
  @enabled
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def identity_pool_id
  @identity_pool_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def role_arn
  @role_arn
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def user_pool_id
  @user_pool_id
end