Class: Aws::Types::ImageAncestryEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


11116
11117
11118
# File 'sig/types.rbs', line 11116

def creation_date
  @creation_date
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11117
11118
11119
# File 'sig/types.rbs', line 11117

def image_id
  @image_id
end

#image_owner_alias::String

Returns the value of attribute image_owner_alias.

Returns:

  • (::String)


11118
11119
11120
# File 'sig/types.rbs', line 11118

def image_owner_alias
  @image_owner_alias
end

#source_image_id::String

Returns the value of attribute source_image_id.

Returns:

  • (::String)


11119
11120
11121
# File 'sig/types.rbs', line 11119

def source_image_id
  @source_image_id
end

#source_image_region::String

Returns the value of attribute source_image_region.

Returns:

  • (::String)


11120
11121
11122
# File 'sig/types.rbs', line 11120

def source_image_region
  @source_image_region
end