Class: Aws::Types::GetUserAttributeVerificationCodeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def access_token
  @access_token
end

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def attribute_name
  @attribute_name
end

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

Returns the value of attribute client_metadata.

Returns:

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


1247
1248
1249
# File 'sig/types.rbs', line 1247

def 
  @client_metadata
end