Class: Aws::LambdaMicrovms::Types::CreateMicrovmShellAuthTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::CreateMicrovmShellAuthTokenResponse
- 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>
The generated shell authentication token key-value pairs for accessing the MicroVM.
Instance Attribute Details
#auth_token ⇒ Hash<String,String>
The generated shell authentication token key-value pairs for accessing the MicroVM.
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 |