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.



2034
2035
2036
# File 'sig/types.rbs', line 2034

def 
  @analytics_metadata
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.

Returns:

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


2036
2037
2038
# File 'sig/types.rbs', line 2036

def 
  @client_metadata
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def password
  @password
end

#secret_hash::String

Returns the value of attribute secret_hash.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def secret_hash
  @secret_hash
end

#user_attributes::Array[Types::AttributeType]

Returns the value of attribute user_attributes.

Returns:



2032
2033
2034
# File 'sig/types.rbs', line 2032

def user_attributes
  @user_attributes
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



2035
2036
2037
# File 'sig/types.rbs', line 2035

def user_context_data
  @user_context_data
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def username
  @username
end

#validation_data::Array[Types::AttributeType]

Returns the value of attribute validation_data.

Returns:



2033
2034
2035
# File 'sig/types.rbs', line 2033

def validation_data
  @validation_data
end