Class: Aws::LambdaMicrovms::Types::CreateMicrovmAuthTokenResponse

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>

A map containing the authentication token. Use the value at key “X-aws-proxy-auth” as the header value when connecting to the MicroVM endpoint.

Returns:

  • (Hash<String,String>)


139
140
141
142
143
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 139

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