Class: Aws::Types::AdminRespondToAuthChallengeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id, :challenge_responses, :session])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_metadataTypes::AnalyticsMetadataType

Returns the value of attribute analytics_metadata.



303
304
305
# File 'sig/types.rbs', line 303

def 
  @analytics_metadata
end

#challenge_name"SMS_MFA", ...

Returns the value of attribute challenge_name.

Returns:

  • ("SMS_MFA", "EMAIL_OTP", "SOFTWARE_TOKEN_MFA", "SELECT_MFA_TYPE", "MFA_SETUP", "PASSWORD_VERIFIER", "CUSTOM_CHALLENGE", "SELECT_CHALLENGE", "DEVICE_SRP_AUTH", "DEVICE_PASSWORD_VERIFIER", "ADMIN_NO_SRP_AUTH", "NEW_PASSWORD_REQUIRED", "SMS_OTP", "PASSWORD", "WEB_AUTHN", "PASSWORD_SRP")


300
301
302
# File 'sig/types.rbs', line 300

def challenge_name
  @challenge_name
end

#challenge_responses::Hash[::String, ::String]

Returns the value of attribute challenge_responses.

Returns:

  • (::Hash[::String, ::String])


301
302
303
# File 'sig/types.rbs', line 301

def challenge_responses
  @challenge_responses
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def client_id
  @client_id
end

#client_metadata::Hash[::String, ::String]

Returns the value of attribute client_metadata.

Returns:

  • (::Hash[::String, ::String])


305
306
307
# File 'sig/types.rbs', line 305

def 
  @client_metadata
end

#context_dataTypes::ContextDataType

Returns the value of attribute context_data.



304
305
306
# File 'sig/types.rbs', line 304

def context_data
  @context_data
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def session
  @session
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def user_pool_id
  @user_pool_id
end