Class: Aws::Types::AssociateSoftwareTokenRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token, :session])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def access_token
  @access_token
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def session
  @session
end