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

#architecture::String

Returns the value of attribute architecture.

Returns:

  • (::String)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def architecture
  @architecture
end

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def author
  @author
end

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def image_digest
  @image_digest
end

#image_tags::Array[::String]

Returns the value of attribute image_tags.

Returns:

  • (::Array[::String])


1801
1802
1803
# File 'sig/types.rbs', line 1801

def image_tags
  @image_tags
end

#in_use_count::Integer

Returns the value of attribute in_use_count.

Returns:

  • (::Integer)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def in_use_count
  @in_use_count
end

#last_in_use_at::Time

Returns the value of attribute last_in_use_at.

Returns:

  • (::Time)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def last_in_use_at
  @last_in_use_at
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def platform
  @platform
end

#pushed_at::Time

Returns the value of attribute pushed_at.

Returns:

  • (::Time)


1803
1804
1805
# File 'sig/types.rbs', line 1803

def pushed_at
  @pushed_at
end

#registry::String

Returns the value of attribute registry.

Returns:

  • (::String)


1800
1801
1802
# File 'sig/types.rbs', line 1800

def registry
  @registry
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def repository_name
  @repository_name
end