Class: Aws::Types::FindingTypeAggregationResponse

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)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def 
  @account_id
end

#cloud_account_id::String

Returns the value of attribute cloud_account_id.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def 
  @cloud_account_id
end

#cloud_org_id::String

Returns the value of attribute cloud_org_id.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def cloud_org_id
  @cloud_org_id
end

#cloud_partition::String

Returns the value of attribute cloud_partition.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def cloud_partition
  @cloud_partition
end

#cloud_provider::String

Returns the value of attribute cloud_provider.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def cloud_provider
  @cloud_provider
end

#cloud_region::String

Returns the value of attribute cloud_region.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def cloud_region
  @cloud_region
end

#exploit_available_count::Integer

Returns the value of attribute exploit_available_count.

Returns:

  • (::Integer)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def exploit_available_count
  @exploit_available_count
end

#fix_available_count::Integer

Returns the value of attribute fix_available_count.

Returns:

  • (::Integer)


1587
1588
1589
# File 'sig/types.rbs', line 1587

def fix_available_count
  @fix_available_count
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



1585
1586
1587
# File 'sig/types.rbs', line 1585

def severity_counts
  @severity_counts
end