Class: Aws::Types::FindingTypeAggregation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#finding_type"NETWORK_REACHABILITY", ...

Returns the value of attribute finding_type.

Returns:

  • ("NETWORK_REACHABILITY", "PACKAGE_VULNERABILITY", "CODE_VULNERABILITY")


1576
1577
1578
# File 'sig/types.rbs', line 1576

def finding_type
  @finding_type
end

#resource_type"AWS_EC2_INSTANCE", ...

Returns the value of attribute resource_type.

Returns:

  • ("AWS_EC2_INSTANCE", "AWS_ECR_CONTAINER_IMAGE", "AWS_LAMBDA_FUNCTION", "CODE_REPOSITORY", "Microsoft.Compute/virtualMachines", "Microsoft.ContainerRegistry/registry/containerImage", "Microsoft.Web/sites")


1577
1578
1579
# File 'sig/types.rbs', line 1577

def resource_type
  @resource_type
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

  • ("CRITICAL", "HIGH", "ALL")


1579
1580
1581
# File 'sig/types.rbs', line 1579

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


1578
1579
1580
# File 'sig/types.rbs', line 1578

def sort_order
  @sort_order
end