Class: Aws::Types::PackageAggregationResponse

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)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def 
  @account_id
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def package_name
  @package_name
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



2249
2250
2251
# File 'sig/types.rbs', line 2249

def severity_counts
  @severity_counts
end