Class: Aws::Types::ListFindingAggregationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids ⇒ ::Array[Types::StringFilter]

Returns the value of attribute account_ids.

Returns:



2122
2123
2124
# File 'sig/types.rbs', line 2122

def 
  @account_ids
end

#aggregation_request ⇒ Types::AggregationRequest

Returns the value of attribute aggregation_request.



2123
2124
2125
# File 'sig/types.rbs', line 2123

def aggregation_request
  @aggregation_request
end

#aggregation_type ⇒ "FINDING_TYPE", ...

Returns the value of attribute aggregation_type.

Returns:

  • ("FINDING_TYPE", "PACKAGE", "TITLE", "REPOSITORY", "AMI", "AWS_EC2_INSTANCE", "AWS_ECR_CONTAINER", "IMAGE_LAYER", "ACCOUNT", "AWS_LAMBDA_FUNCTION", "LAMBDA_LAYER", "CODE_REPOSITORY", "VM_INSTANCE", "CONTAINER_IMAGE", "SERVERLESS_FUNCTION")


2119
2120
2121
# File 'sig/types.rbs', line 2119

def aggregation_type
  @aggregation_type
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2121
2122
2123
# File 'sig/types.rbs', line 2121

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def next_token
  @next_token
end