Class: Aws::LambdaMicrovms::Types::CreateMicrovmShellAuthTokenResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambdamicrovms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:auth_token]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenHash<String,String>

The generated shell authentication token key-value pairs for accessing the MicroVM.

Returns:

  • (Hash<String,String>)


390
391
392
393
394
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 390

class CreateMicrovmShellAuthTokenResponse < Struct.new(
  :auth_token)
  SENSITIVE = [:auth_token]
  include Aws::Structure
end