Class: Aws::Types::ResendConfirmationCodeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_metadataTypes::AnalyticsMetadataType

Returns the value of attribute analytics_metadata.



1833
1834
1835
# File 'sig/types.rbs', line 1833

def 
  @analytics_metadata
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1829
1830
1831
# File 'sig/types.rbs', line 1829

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.

Returns:

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


1834
1835
1836
# File 'sig/types.rbs', line 1834

def 
  @client_metadata
end

#secret_hash::String

Returns the value of attribute secret_hash.

Returns:

  • (::String)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def secret_hash
  @secret_hash
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



1831
1832
1833
# File 'sig/types.rbs', line 1831

def user_context_data
  @user_context_data
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def username
  @username
end