Class: Aws::Types::ConfirmForgotPasswordRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id, :secret_hash, :username, :password, :user_context_data])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_metadataTypes::AnalyticsMetadataType

Returns the value of attribute analytics_metadata.



555
556
557
# File 'sig/types.rbs', line 555

def 
  @analytics_metadata
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.

Returns:

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


557
558
559
# File 'sig/types.rbs', line 557

def 
  @client_metadata
end

#confirmation_code::String

Returns the value of attribute confirmation_code.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def confirmation_code
  @confirmation_code
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def password
  @password
end

#secret_hash::String

Returns the value of attribute secret_hash.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def secret_hash
  @secret_hash
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



556
557
558
# File 'sig/types.rbs', line 556

def user_context_data
  @user_context_data
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def username
  @username
end