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.



570
571
572
# File 'sig/types.rbs', line 570

def 
  @analytics_metadata
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


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

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.

Returns:

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


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

def 
  @client_metadata
end

#confirmation_code::String

Returns the value of attribute confirmation_code.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def confirmation_code
  @confirmation_code
end

#force_alias_creationBoolean

Returns the value of attribute force_alias_creation.

Returns:

  • (Boolean)


569
570
571
# File 'sig/types.rbs', line 569

def force_alias_creation
  @force_alias_creation
end

#secret_hash::String

Returns the value of attribute secret_hash.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def secret_hash
  @secret_hash
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


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

def session
  @session
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



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

def user_context_data
  @user_context_data
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def username
  @username
end