Class: Aws::Types::Image

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_idTypes::ImageIdentifier

Returns the value of attribute image_id.



568
569
570
# File 'sig/types.rbs', line 568

def image_id
  @image_id
end

#image_manifest::String

Returns the value of attribute image_manifest.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def image_manifest
  @image_manifest
end

#image_manifest_media_type::String

Returns the value of attribute image_manifest_media_type.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def image_manifest_media_type
  @image_manifest_media_type
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def repository_name
  @repository_name
end