Class: Aws::Types::GetMicrovmResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMicrovmResponse
- 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.
222 223 224 |
# File 'sig/types.rbs', line 222 def egress_network_connectors @egress_network_connectors end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
212 213 214 |
# File 'sig/types.rbs', line 212 def endpoint @endpoint end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
215 216 217 |
# File 'sig/types.rbs', line 215 def execution_role_arn @execution_role_arn end |
#idle_policy ⇒ Types::IdlePolicy
Returns the value of attribute idle_policy.
216 217 218 |
# File 'sig/types.rbs', line 216 def idle_policy @idle_policy end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
213 214 215 |
# File 'sig/types.rbs', line 213 def image_arn @image_arn end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
214 215 216 |
# File 'sig/types.rbs', line 214 def image_version @image_version end |
#ingress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute ingress_network_connectors.
221 222 223 |
# File 'sig/types.rbs', line 221 def ingress_network_connectors @ingress_network_connectors end |
#maximum_duration_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_duration_in_seconds.
217 218 219 |
# File 'sig/types.rbs', line 217 def maximum_duration_in_seconds @maximum_duration_in_seconds end |
#microvm_id ⇒ ::String
Returns the value of attribute microvm_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def microvm_id @microvm_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
218 219 220 |
# File 'sig/types.rbs', line 218 def started_at @started_at end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
211 212 213 |
# File 'sig/types.rbs', line 211 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
220 221 222 |
# File 'sig/types.rbs', line 220 def state_reason @state_reason end |
#terminated_at ⇒ ::Time
Returns the value of attribute terminated_at.
219 220 221 |
# File 'sig/types.rbs', line 219 def terminated_at @terminated_at end |