Class: Aws::Types::MicrovmImageSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


421
422
423
# File 'sig/types.rbs', line 421

def created_at
  @created_at
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def image_arn
  @image_arn
end

#latest_active_image_version::String

Returns the value of attribute latest_active_image_version.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def latest_active_image_version
  @latest_active_image_version
end

#latest_failed_image_version::String

Returns the value of attribute latest_failed_image_version.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def latest_failed_image_version
  @latest_failed_image_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "CREATE_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETE_FAILED", "DELETED")


418
419
420
# File 'sig/types.rbs', line 418

def state
  @state
end