Class: Aws::Types::ManagedMicrovmImageVersion

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)


377
378
379
# File 'sig/types.rbs', line 377

def created_at
  @created_at
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def image_arn
  @image_arn
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def image_version
  @image_version
end

#status"AVAILABLE", "DEPRECATED"

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "DEPRECATED")


376
377
378
# File 'sig/types.rbs', line 376

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


378
379
380
# File 'sig/types.rbs', line 378

def updated_at
  @updated_at
end