Class: Aws::Types::ConfirmForgotPasswordRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_metadataTypes::AnalyticsMetadataType

Returns the value of attribute analytics_metadata.



562
563
564
# File 'sig/types.rbs', line 562

def 
  
end

#client_id::String

Returns the value of attribute client_id.



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

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.



564
565
566
# File 'sig/types.rbs', line 564

def 
  
end

#confirmation_code::String

Returns the value of attribute confirmation_code.



560
561
562
# File 'sig/types.rbs', line 560

def confirmation_code
  @confirmation_code
end

#password::String

Returns the value of attribute password.



561
562
563
# File 'sig/types.rbs', line 561

def password
  @password
end

#secret_hash::String

Returns the value of attribute secret_hash.



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

def secret_hash
  @secret_hash
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



563
564
565
# File 'sig/types.rbs', line 563

def user_context_data
  @user_context_data
end

#username::String

Returns the value of attribute username.



559
560
561
# File 'sig/types.rbs', line 559

def username
  @username
end