Class: Aws::Types::GetMicrovmResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_network_connectors::Array[::String]

Returns the value of attribute egress_network_connectors.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def execution_role_arn
  @execution_role_arn
end

#idle_policyTypes::IdlePolicy

Returns the value of attribute idle_policy.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


218
219
220
# File 'sig/types.rbs', line 218

def started_at
  @started_at
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "RUNNING", "SUSPENDING", "SUSPENDED", "TERMINATING", "TERMINATED")


211
212
213
# File 'sig/types.rbs', line 211

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


219
220
221
# File 'sig/types.rbs', line 219

def terminated_at
  @terminated_at
end