Class: Aws::Types::ImportBackendAuthRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def app_id
  @app_id
end

#backend_environment_name ⇒ ::String

Returns the value of attribute backend_environment_name.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def backend_environment_name
  @backend_environment_name
end

#identity_pool_id ⇒ ::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def identity_pool_id
  @identity_pool_id
end

#native_client_id ⇒ ::String

Returns the value of attribute native_client_id.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def native_client_id
  @native_client_id
end

#user_pool_id ⇒ ::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def user_pool_id
  @user_pool_id
end

#web_client_id ⇒ ::String

Returns the value of attribute web_client_id.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def web_client_id
  @web_client_id
end