Class: Aws::Types::CreateMicrovmAuthTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMicrovmAuthTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_ports ⇒ ::Array[Types::PortSpecification]
Returns the value of attribute allowed_ports.
-
#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
#allowed_ports ⇒ ::Array[Types::PortSpecification]
Returns the value of attribute allowed_ports.
48 49 50 |
# File 'sig/types.rbs', line 48 def allowed_ports @allowed_ports end |
#expiration_in_minutes ⇒ ::Integer
Returns the value of attribute expiration_in_minutes.
47 48 49 |
# File 'sig/types.rbs', line 47 def expiration_in_minutes @expiration_in_minutes end |
#microvm_identifier ⇒ ::String
Returns the value of attribute microvm_identifier.
46 47 48 |
# File 'sig/types.rbs', line 46 def microvm_identifier @microvm_identifier end |