Class: Aws::Types::ImageReferrer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotations::Hash[::String, ::String]

Returns the value of attribute annotations.

Returns:

  • (::Hash[::String, ::String])


631
632
633
# File 'sig/types.rbs', line 631

def annotations
  @annotations
end

#artifact_status"ACTIVE", ...

Returns the value of attribute artifact_status.

Returns:

  • ("ACTIVE", "ARCHIVED", "ACTIVATING")


632
633
634
# File 'sig/types.rbs', line 632

def artifact_status
  @artifact_status
end

#artifact_type::String

Returns the value of attribute artifact_type.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def artifact_type
  @artifact_type
end

#digest::String

Returns the value of attribute digest.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def digest
  @digest
end

#media_type::String

Returns the value of attribute media_type.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def media_type
  @media_type
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


630
631
632
# File 'sig/types.rbs', line 630

def size
  @size
end