Class: Aws::Types::CreateMicrovmShellAuthTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMicrovmShellAuthTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiration_in_minutes ⇒ ::Integer
Returns the value of attribute expiration_in_minutes.
-
#microvm_identifier ⇒ ::String
Returns the value of attribute microvm_identifier.
Instance Attribute Details
#expiration_in_minutes ⇒ ::Integer
Returns the value of attribute expiration_in_minutes.
103 104 105 |
# File 'sig/types.rbs', line 103 def expiration_in_minutes @expiration_in_minutes end |
#microvm_identifier ⇒ ::String
Returns the value of attribute microvm_identifier.
102 103 104 |
# File 'sig/types.rbs', line 102 def microvm_identifier @microvm_identifier end |