Class: Aws::Types::ManagedMicrovmImageSummary

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)


368
369
370
# File 'sig/types.rbs', line 368

def created_at
  @created_at
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def image_arn
  @image_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


369
370
371
# File 'sig/types.rbs', line 369

def updated_at
  @updated_at
end