Class: Aws::Types::ImageMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


11402
11403
11404
# File 'sig/types.rbs', line 11402

def creation_date
  @creation_date
end

#deprecation_time::String

Returns the value of attribute deprecation_time.

Returns:

  • (::String)


11403
11404
11405
# File 'sig/types.rbs', line 11403

def deprecation_time
  @deprecation_time
end

#image_allowedBoolean

Returns the value of attribute image_allowed.

Returns:

  • (Boolean)


11404
11405
11406
# File 'sig/types.rbs', line 11404

def image_allowed
  @image_allowed
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11397
11398
11399
# File 'sig/types.rbs', line 11397

def image_id
  @image_id
end

#image_owner_alias::String

Returns the value of attribute image_owner_alias.

Returns:

  • (::String)


11401
11402
11403
# File 'sig/types.rbs', line 11401

def image_owner_alias
  @image_owner_alias
end

#image_watermarks::Array[Types::ImageWatermark]

Returns the value of attribute image_watermarks.

Returns:



11406
11407
11408
# File 'sig/types.rbs', line 11406

def image_watermarks
  @image_watermarks
end

#is_publicBoolean

Returns the value of attribute is_public.

Returns:

  • (Boolean)


11405
11406
11407
# File 'sig/types.rbs', line 11405

def is_public
  @is_public
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11398
11399
11400
# File 'sig/types.rbs', line 11398

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


11399
11400
11401
# File 'sig/types.rbs', line 11399

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "invalid", "deregistered", "transient", "failed", "error", "disabled")


11400
11401
11402
# File 'sig/types.rbs', line 11400

def state
  @state
end