Class: Aws::Types::VerifySoftwareTokenResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:session])

Instance Attribute Summary collapse

Instance Attribute Details

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


2605
2606
2607
# File 'sig/types.rbs', line 2605

def session
  @session
end

#status"SUCCESS", "ERROR"

Returns the value of attribute status.

Returns:

  • ("SUCCESS", "ERROR")


2604
2605
2606
# File 'sig/types.rbs', line 2604

def status
  @status
end