Class: Aws::Types::ContainerImageAggregationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def 
  @account_id
end

#architecture ⇒ ::String

Returns the value of attribute architecture.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def architecture
  @architecture
end

#cloud_account_id ⇒ ::String

Returns the value of attribute cloud_account_id.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def 
  @cloud_account_id
end

#cloud_org_id ⇒ ::String

Returns the value of attribute cloud_org_id.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def cloud_org_id
  @cloud_org_id
end

#cloud_partition ⇒ ::String

Returns the value of attribute cloud_partition.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def cloud_partition
  @cloud_partition
end

#cloud_provider ⇒ "AWS", "AZURE"

Returns the value of attribute cloud_provider.

Returns:

  • ("AWS", "AZURE")


875
876
877
# File 'sig/types.rbs', line 875

def cloud_provider
  @cloud_provider
end

#cloud_region ⇒ ::String

Returns the value of attribute cloud_region.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def cloud_region
  @cloud_region
end

#exploit_available_active_findings_count ⇒ ::Integer

Returns the value of attribute exploit_available_active_findings_count.

Returns:

  • (::Integer)


889
890
891
# File 'sig/types.rbs', line 889

def exploit_available_active_findings_count
  @exploit_available_active_findings_count
end

#fix_available_active_findings_count ⇒ ::Integer

Returns the value of attribute fix_available_active_findings_count.

Returns:

  • (::Integer)


890
891
892
# File 'sig/types.rbs', line 890

def fix_available_active_findings_count
  @fix_available_active_findings_count
end

#image_digest ⇒ ::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def image_digest
  @image_digest
end

#image_tags ⇒ ::Array[::String]

Returns the value of attribute image_tags.

Returns:

  • (::Array[::String])


884
885
886
# File 'sig/types.rbs', line 884

def image_tags
  @image_tags
end

#in_use_count ⇒ ::Integer

Returns the value of attribute in_use_count.

Returns:

  • (::Integer)


888
889
890
# File 'sig/types.rbs', line 888

def in_use_count
  @in_use_count
end

#last_in_use_at ⇒ ::Time

Returns the value of attribute last_in_use_at.

Returns:

  • (::Time)


887
888
889
# File 'sig/types.rbs', line 887

def last_in_use_at
  @last_in_use_at
end

#registry ⇒ ::String

Returns the value of attribute registry.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def registry
  @registry
end

#repository ⇒ ::String

Returns the value of attribute repository.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def repository
  @repository
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def resource_id
  @resource_id
end

#severity_counts ⇒ Types::SeverityCounts

Returns the value of attribute severity_counts.



886
887
888
# File 'sig/types.rbs', line 886

def severity_counts
  @severity_counts
end