Class: Aws::Types::MicrovmItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def image_arn
  @image_arn
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def image_version
  @image_version
end

#microvm_id::String

Returns the value of attribute microvm_id.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def microvm_id
  @microvm_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


454
455
456
# File 'sig/types.rbs', line 454

def started_at
  @started_at
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

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


451
452
453
# File 'sig/types.rbs', line 451

def state
  @state
end