Class: Aws::Types::AggregationRequest

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

Defined Under Namespace

Classes: AccountAggregation, AmiAggregation, AwsEcrContainerAggregation, CodeRepositoryAggregation, ContainerImageAggregation, Ec2InstanceAggregation, FindingTypeAggregation, ImageLayerAggregation, LambdaFunctionAggregation, LambdaLayerAggregation, PackageAggregation, RepositoryAggregation, ServerlessFunctionAggregation, TitleAggregation, Unknown, VmInstanceAggregation

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_aggregationTypes::AccountAggregation

Returns the value of attribute account_aggregation.



47
48
49
# File 'sig/types.rbs', line 47

def 
  @account_aggregation
end

#ami_aggregationTypes::AmiAggregation

Returns the value of attribute ami_aggregation.



48
49
50
# File 'sig/types.rbs', line 48

def ami_aggregation
  @ami_aggregation
end

#aws_ecr_container_aggregationTypes::AwsEcrContainerAggregation

Returns the value of attribute aws_ecr_container_aggregation.



49
50
51
# File 'sig/types.rbs', line 49

def aws_ecr_container_aggregation
  @aws_ecr_container_aggregation
end

#code_repository_aggregationTypes::CodeRepositoryAggregation

Returns the value of attribute code_repository_aggregation.



58
59
60
# File 'sig/types.rbs', line 58

def code_repository_aggregation
  @code_repository_aggregation
end

#container_image_aggregationTypes::ContainerImageAggregation

Returns the value of attribute container_image_aggregation.



60
61
62
# File 'sig/types.rbs', line 60

def container_image_aggregation
  @container_image_aggregation
end

#ec2_instance_aggregationTypes::Ec2InstanceAggregation

Returns the value of attribute ec2_instance_aggregation.



50
51
52
# File 'sig/types.rbs', line 50

def ec2_instance_aggregation
  @ec2_instance_aggregation
end

#finding_type_aggregationTypes::FindingTypeAggregation

Returns the value of attribute finding_type_aggregation.



51
52
53
# File 'sig/types.rbs', line 51

def finding_type_aggregation
  @finding_type_aggregation
end

#image_layer_aggregationTypes::ImageLayerAggregation

Returns the value of attribute image_layer_aggregation.



52
53
54
# File 'sig/types.rbs', line 52

def image_layer_aggregation
  @image_layer_aggregation
end

#lambda_function_aggregationTypes::LambdaFunctionAggregation

Returns the value of attribute lambda_function_aggregation.



57
58
59
# File 'sig/types.rbs', line 57

def lambda_function_aggregation
  @lambda_function_aggregation
end

#lambda_layer_aggregationTypes::LambdaLayerAggregation

Returns the value of attribute lambda_layer_aggregation.



56
57
58
# File 'sig/types.rbs', line 56

def lambda_layer_aggregation
  @lambda_layer_aggregation
end

#package_aggregationTypes::PackageAggregation

Returns the value of attribute package_aggregation.



53
54
55
# File 'sig/types.rbs', line 53

def package_aggregation
  @package_aggregation
end

#repository_aggregationTypes::RepositoryAggregation

Returns the value of attribute repository_aggregation.



54
55
56
# File 'sig/types.rbs', line 54

def repository_aggregation
  @repository_aggregation
end

#serverless_function_aggregationTypes::ServerlessFunctionAggregation

Returns the value of attribute serverless_function_aggregation.



61
62
63
# File 'sig/types.rbs', line 61

def serverless_function_aggregation
  @serverless_function_aggregation
end

#title_aggregationTypes::TitleAggregation

Returns the value of attribute title_aggregation.



55
56
57
# File 'sig/types.rbs', line 55

def title_aggregation
  @title_aggregation
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


62
63
64
# File 'sig/types.rbs', line 62

def unknown
  @unknown
end

#vm_instance_aggregationTypes::VmInstanceAggregation

Returns the value of attribute vm_instance_aggregation.



59
60
61
# File 'sig/types.rbs', line 59

def vm_instance_aggregation
  @vm_instance_aggregation
end