Class: Aws::Types::VerifySoftwareTokenRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token, :session, :user_code])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


2596
2597
2598
# File 'sig/types.rbs', line 2596

def access_token
  @access_token
end

#friendly_device_name::String

Returns the value of attribute friendly_device_name.

Returns:

  • (::String)


2599
2600
2601
# File 'sig/types.rbs', line 2599

def friendly_device_name
  @friendly_device_name
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def session
  @session
end

#user_code::String

Returns the value of attribute user_code.

Returns:

  • (::String)


2598
2599
2600
# File 'sig/types.rbs', line 2598

def user_code
  @user_code
end