Class: Aws::Types::TitleAggregation

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")


2772
2773
2774
# File 'sig/types.rbs', line 2772

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")


2771
2772
2773
# File 'sig/types.rbs', line 2771

def resource_type
  @resource_type
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

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


2774
2775
2776
# File 'sig/types.rbs', line 2774

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


2773
2774
2775
# File 'sig/types.rbs', line 2773

def sort_order
  @sort_order
end

#titles::Array[Types::StringFilter]

Returns the value of attribute titles.

Returns:



2769
2770
2771
# File 'sig/types.rbs', line 2769

def titles
  @titles
end

#vulnerability_ids::Array[Types::StringFilter]

Returns the value of attribute vulnerability_ids.

Returns:



2770
2771
2772
# File 'sig/types.rbs', line 2770

def vulnerability_ids
  @vulnerability_ids
end