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_id ⇒ Types::ImageIdentifier

Returns the value of attribute image_id.



200
201
202
# File 'sig/types.rbs', line 200

def image_id
  @image_id
end

#image_manifest ⇒ ::String

Returns the value of attribute image_manifest.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def image_manifest
  @image_manifest
end

#image_manifest_media_type ⇒ ::String

Returns the value of attribute image_manifest_media_type.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def image_manifest_media_type
  @image_manifest_media_type
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def repository_name
  @repository_name
end