Class: Aws::Types::AwsEcrContainerAggregationResponse

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)


244
245
246
# File 'sig/types.rbs', line 244

def 
  @account_id
end

#architecture::String

Returns the value of attribute architecture.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def architecture
  @architecture
end

#image_sha::String

Returns the value of attribute image_sha.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


243
244
245
# File 'sig/types.rbs', line 243

def image_tags
  @image_tags
end

#in_use_count::Integer

Returns the value of attribute in_use_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def repository
  @repository
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def resource_id
  @resource_id
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



245
246
247
# File 'sig/types.rbs', line 245

def severity_counts
  @severity_counts
end