Class: Aws::LambdaMicrovms::Types::CreateMicrovmAuthTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::CreateMicrovmAuthTokenResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:auth_token]
Instance Attribute Summary collapse
-
#auth_token ⇒ Hash<String,String>
A map containing the authentication token.
Instance Attribute Details
#auth_token ⇒ Hash<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.
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 |