Class: Aws::Types::RunMicrovmRequest
- Inherits:
-
Object
- Object
- Aws::Types::RunMicrovmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#egress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute egress_network_connectors.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#idle_policy ⇒ Types::IdlePolicy
Returns the value of attribute idle_policy.
-
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#ingress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute ingress_network_connectors.
-
#logging ⇒ Types::Logging
Returns the value of attribute logging.
-
#maximum_duration_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_duration_in_seconds.
-
#run_hook_payload ⇒ ::String
Returns the value of attribute run_hook_payload.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
517 518 519 |
# File 'sig/types.rbs', line 517 def client_token @client_token end |
#egress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute egress_network_connectors.
509 510 511 |
# File 'sig/types.rbs', line 509 def egress_network_connectors @egress_network_connectors end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
512 513 514 |
# File 'sig/types.rbs', line 512 def execution_role_arn @execution_role_arn end |
#idle_policy ⇒ Types::IdlePolicy
Returns the value of attribute idle_policy.
513 514 515 |
# File 'sig/types.rbs', line 513 def idle_policy @idle_policy end |
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
510 511 512 |
# File 'sig/types.rbs', line 510 def image_identifier @image_identifier end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
511 512 513 |
# File 'sig/types.rbs', line 511 def image_version @image_version end |
#ingress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute ingress_network_connectors.
508 509 510 |
# File 'sig/types.rbs', line 508 def ingress_network_connectors @ingress_network_connectors end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
514 515 516 |
# File 'sig/types.rbs', line 514 def logging @logging end |
#maximum_duration_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_duration_in_seconds.
516 517 518 |
# File 'sig/types.rbs', line 516 def maximum_duration_in_seconds @maximum_duration_in_seconds end |
#run_hook_payload ⇒ ::String
Returns the value of attribute run_hook_payload.
515 516 517 |
# File 'sig/types.rbs', line 515 def run_hook_payload @run_hook_payload end |