Class: Aws::Types::RunMicrovmResponse
- Inherits:
-
Object
- Object
- Aws::Types::RunMicrovmResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute egress_network_connectors.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#idle_policy ⇒ Types::IdlePolicy
Returns the value of attribute idle_policy.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#ingress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute ingress_network_connectors.
-
#maximum_duration_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_duration_in_seconds.
-
#microvm_id ⇒ ::String
Returns the value of attribute microvm_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#terminated_at ⇒ ::Time
Returns the value of attribute terminated_at.
Instance Attribute Details
#egress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute egress_network_connectors.
534 535 536 |
# File 'sig/types.rbs', line 534 def egress_network_connectors @egress_network_connectors end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
524 525 526 |
# File 'sig/types.rbs', line 524 def endpoint @endpoint end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
527 528 529 |
# File 'sig/types.rbs', line 527 def execution_role_arn @execution_role_arn end |
#idle_policy ⇒ Types::IdlePolicy
Returns the value of attribute idle_policy.
528 529 530 |
# File 'sig/types.rbs', line 528 def idle_policy @idle_policy end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
525 526 527 |
# File 'sig/types.rbs', line 525 def image_arn @image_arn end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
526 527 528 |
# File 'sig/types.rbs', line 526 def image_version @image_version end |
#ingress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute ingress_network_connectors.
533 534 535 |
# File 'sig/types.rbs', line 533 def ingress_network_connectors @ingress_network_connectors end |
#maximum_duration_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_duration_in_seconds.
529 530 531 |
# File 'sig/types.rbs', line 529 def maximum_duration_in_seconds @maximum_duration_in_seconds end |
#microvm_id ⇒ ::String
Returns the value of attribute microvm_id.
522 523 524 |
# File 'sig/types.rbs', line 522 def microvm_id @microvm_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
530 531 532 |
# File 'sig/types.rbs', line 530 def started_at @started_at end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
523 524 525 |
# File 'sig/types.rbs', line 523 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
532 533 534 |
# File 'sig/types.rbs', line 532 def state_reason @state_reason end |
#terminated_at ⇒ ::Time
Returns the value of attribute terminated_at.
531 532 533 |
# File 'sig/types.rbs', line 531 def terminated_at @terminated_at end |