Class: Aws::Types::SignUpRequest

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.



2002
2003
2004
# File 'sig/types.rbs', line 2002

def 
  @analytics_metadata
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1996
1997
1998
# File 'sig/types.rbs', line 1996

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.

Returns:

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


2004
2005
2006
# File 'sig/types.rbs', line 2004

def 
  @client_metadata
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1999
2000
2001
# File 'sig/types.rbs', line 1999

def password
  @password
end

#secret_hash::String

Returns the value of attribute secret_hash.

Returns:

  • (::String)


1997
1998
1999
# File 'sig/types.rbs', line 1997

def secret_hash
  @secret_hash
end

#user_attributes::Array[Types::AttributeType]

Returns the value of attribute user_attributes.

Returns:



2000
2001
2002
# File 'sig/types.rbs', line 2000

def user_attributes
  @user_attributes
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



2003
2004
2005
# File 'sig/types.rbs', line 2003

def user_context_data
  @user_context_data
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1998
1999
2000
# File 'sig/types.rbs', line 1998

def username
  @username
end

#validation_data::Array[Types::AttributeType]

Returns the value of attribute validation_data.

Returns:



2001
2002
2003
# File 'sig/types.rbs', line 2001

def validation_data
  @validation_data
end