Class: Aws::Types::TitleAggregationResponse

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)


2781
2782
2783
# File 'sig/types.rbs', line 2781

def 
  @account_id
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



2782
2783
2784
# File 'sig/types.rbs', line 2782

def severity_counts
  @severity_counts
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2779
2780
2781
# File 'sig/types.rbs', line 2779

def title
  @title
end

#vulnerability_id::String

Returns the value of attribute vulnerability_id.

Returns:

  • (::String)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def vulnerability_id
  @vulnerability_id
end