Class: Aws::Types::AwsEcrContainerAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcrContainerAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#architecture ⇒ ::String
Returns the value of attribute architecture.
-
#image_sha ⇒ ::String
Returns the value of attribute image_sha.
-
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
-
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
-
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def account_id @account_id end |
#architecture ⇒ ::String
Returns the value of attribute architecture.
242 243 244 |
# File 'sig/types.rbs', line 242 def architecture @architecture end |
#image_sha ⇒ ::String
Returns the value of attribute image_sha.
240 241 242 |
# File 'sig/types.rbs', line 240 def image_sha @image_sha end |
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
243 244 245 |
# File 'sig/types.rbs', line 243 def @image_tags end |
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
247 248 249 |
# File 'sig/types.rbs', line 247 def in_use_count @in_use_count end |
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
246 247 248 |
# File 'sig/types.rbs', line 246 def last_in_use_at @last_in_use_at end |
#repository ⇒ ::String
Returns the value of attribute repository.
241 242 243 |
# File 'sig/types.rbs', line 241 def repository @repository end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
239 240 241 |
# File 'sig/types.rbs', line 239 def resource_id @resource_id end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
245 246 247 |
# File 'sig/types.rbs', line 245 def severity_counts @severity_counts end |