Class: Aws::Types::ImportBackendAuthReqObj

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pool_id ⇒ ::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def identity_pool_id
  @identity_pool_id
end

#native_client_id ⇒ ::String

Returns the value of attribute native_client_id.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def native_client_id
  @native_client_id
end

#user_pool_id ⇒ ::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def user_pool_id
  @user_pool_id
end

#web_client_id ⇒ ::String

Returns the value of attribute web_client_id.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def web_client_id
  @web_client_id
end