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)


10917
10918
10919
# File 'sig/types.rbs', line 10917

def creation_date
  @creation_date
end

#deprecation_time::String

Returns the value of attribute deprecation_time.

Returns:

  • (::String)


10918
10919
10920
# File 'sig/types.rbs', line 10918

def deprecation_time
  @deprecation_time
end

#image_allowedBoolean

Returns the value of attribute image_allowed.

Returns:

  • (Boolean)


10919
10920
10921
# File 'sig/types.rbs', line 10919

def image_allowed
  @image_allowed
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


10912
10913
10914
# File 'sig/types.rbs', line 10912

def image_id
  @image_id
end

#image_owner_alias::String

Returns the value of attribute image_owner_alias.

Returns:

  • (::String)


10916
10917
10918
# File 'sig/types.rbs', line 10916

def image_owner_alias
  @image_owner_alias
end

#image_watermarks::Array[Types::ImageWatermark]

Returns the value of attribute image_watermarks.

Returns:



10921
10922
10923
# File 'sig/types.rbs', line 10921

def image_watermarks
  @image_watermarks
end

#is_publicBoolean

Returns the value of attribute is_public.

Returns:

  • (Boolean)


10920
10921
10922
# File 'sig/types.rbs', line 10920

def is_public
  @is_public
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10913
10914
10915
# File 'sig/types.rbs', line 10913

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


10914
10915
10916
# File 'sig/types.rbs', line 10914

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


10915
10916
10917
# File 'sig/types.rbs', line 10915

def state
  @state
end