Class: Aws::Types::DeployedImage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resolution_time::Time

Returns the value of attribute resolution_time.

Returns:

  • (::Time)


3644
3645
3646
# File 'sig/types.rbs', line 3644

def resolution_time
  @resolution_time
end

#resolved_image::String

Returns the value of attribute resolved_image.

Returns:

  • (::String)


3643
3644
3645
# File 'sig/types.rbs', line 3643

def resolved_image
  @resolved_image
end

#specified_image::String

Returns the value of attribute specified_image.

Returns:

  • (::String)


3642
3643
3644
# File 'sig/types.rbs', line 3642

def specified_image
  @specified_image
end