Class: Aws::Types::ListFindingAggregationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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


2128
2129
2130
# File 'sig/types.rbs', line 2128

def aggregation_type
  @aggregation_type
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def next_token
  @next_token
end

#responses ⇒ ::Array[Types::AggregationResponse]

Returns the value of attribute responses.

Returns:



2129
2130
2131
# File 'sig/types.rbs', line 2129

def responses
  @responses
end