Class: Aws::Types::ConfirmSignUpRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_metadataTypes::AnalyticsMetadataType

Returns the value of attribute analytics_metadata.



577
578
579
# File 'sig/types.rbs', line 577

def 
  
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.

Returns:

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


579
580
581
# File 'sig/types.rbs', line 579

def 
  
end

#confirmation_code::String

Returns the value of attribute confirmation_code.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def confirmation_code
  @confirmation_code
end

#force_alias_creationBoolean

Returns the value of attribute force_alias_creation.

Returns:

  • (Boolean)


576
577
578
# File 'sig/types.rbs', line 576

def force_alias_creation
  @force_alias_creation
end

#secret_hash::String

Returns the value of attribute secret_hash.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def secret_hash
  @secret_hash
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def session
  @session
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



578
579
580
# File 'sig/types.rbs', line 578

def user_context_data
  @user_context_data
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def username
  @username
end