Class: Aws::Types::AggregationResponse

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::AccountAggregationResponse

Returns the value of attribute account_aggregation.



100
101
102
# File 'sig/types.rbs', line 100

def 
  @account_aggregation
end

#ami_aggregationTypes::AmiAggregationResponse

Returns the value of attribute ami_aggregation.



101
102
103
# File 'sig/types.rbs', line 101

def ami_aggregation
  @ami_aggregation
end

#aws_ecr_container_aggregationTypes::AwsEcrContainerAggregationResponse

Returns the value of attribute aws_ecr_container_aggregation.



102
103
104
# File 'sig/types.rbs', line 102

def aws_ecr_container_aggregation
  @aws_ecr_container_aggregation
end

#code_repository_aggregationTypes::CodeRepositoryAggregationResponse

Returns the value of attribute code_repository_aggregation.



111
112
113
# File 'sig/types.rbs', line 111

def code_repository_aggregation
  @code_repository_aggregation
end

#container_image_aggregationTypes::ContainerImageAggregationResponse

Returns the value of attribute container_image_aggregation.



113
114
115
# File 'sig/types.rbs', line 113

def container_image_aggregation
  @container_image_aggregation
end

#ec2_instance_aggregationTypes::Ec2InstanceAggregationResponse

Returns the value of attribute ec2_instance_aggregation.



103
104
105
# File 'sig/types.rbs', line 103

def ec2_instance_aggregation
  @ec2_instance_aggregation
end

#finding_type_aggregationTypes::FindingTypeAggregationResponse

Returns the value of attribute finding_type_aggregation.



104
105
106
# File 'sig/types.rbs', line 104

def finding_type_aggregation
  @finding_type_aggregation
end

#image_layer_aggregationTypes::ImageLayerAggregationResponse

Returns the value of attribute image_layer_aggregation.



105
106
107
# File 'sig/types.rbs', line 105

def image_layer_aggregation
  @image_layer_aggregation
end

#lambda_function_aggregationTypes::LambdaFunctionAggregationResponse

Returns the value of attribute lambda_function_aggregation.



110
111
112
# File 'sig/types.rbs', line 110

def lambda_function_aggregation
  @lambda_function_aggregation
end

#lambda_layer_aggregationTypes::LambdaLayerAggregationResponse

Returns the value of attribute lambda_layer_aggregation.



109
110
111
# File 'sig/types.rbs', line 109

def lambda_layer_aggregation
  @lambda_layer_aggregation
end

#package_aggregationTypes::PackageAggregationResponse

Returns the value of attribute package_aggregation.



106
107
108
# File 'sig/types.rbs', line 106

def package_aggregation
  @package_aggregation
end

#repository_aggregationTypes::RepositoryAggregationResponse

Returns the value of attribute repository_aggregation.



107
108
109
# File 'sig/types.rbs', line 107

def repository_aggregation
  @repository_aggregation
end

#serverless_function_aggregationTypes::ServerlessFunctionAggregationResponse

Returns the value of attribute serverless_function_aggregation.



114
115
116
# File 'sig/types.rbs', line 114

def serverless_function_aggregation
  @serverless_function_aggregation
end

#title_aggregationTypes::TitleAggregationResponse

Returns the value of attribute title_aggregation.



108
109
110
# File 'sig/types.rbs', line 108

def title_aggregation
  @title_aggregation
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


115
116
117
# File 'sig/types.rbs', line 115

def unknown
  @unknown
end

#vm_instance_aggregationTypes::VmInstanceAggregationResponse

Returns the value of attribute vm_instance_aggregation.



112
113
114
# File 'sig/types.rbs', line 112

def vm_instance_aggregation
  @vm_instance_aggregation
end