Class: Aws::Types::AggregationRequest
- Inherits:
-
Object
- Object
- Aws::Types::AggregationRequest
- 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 =
Instance Attribute Summary collapse
-
#account_aggregation ⇒ Types::AccountAggregation
Returns the value of attribute account_aggregation.
-
#ami_aggregation ⇒ Types::AmiAggregation
Returns the value of attribute ami_aggregation.
-
#aws_ecr_container_aggregation ⇒ Types::AwsEcrContainerAggregation
Returns the value of attribute aws_ecr_container_aggregation.
-
#code_repository_aggregation ⇒ Types::CodeRepositoryAggregation
Returns the value of attribute code_repository_aggregation.
-
#container_image_aggregation ⇒ Types::ContainerImageAggregation
Returns the value of attribute container_image_aggregation.
-
#ec2_instance_aggregation ⇒ Types::Ec2InstanceAggregation
Returns the value of attribute ec2_instance_aggregation.
-
#finding_type_aggregation ⇒ Types::FindingTypeAggregation
Returns the value of attribute finding_type_aggregation.
-
#image_layer_aggregation ⇒ Types::ImageLayerAggregation
Returns the value of attribute image_layer_aggregation.
-
#lambda_function_aggregation ⇒ Types::LambdaFunctionAggregation
Returns the value of attribute lambda_function_aggregation.
-
#lambda_layer_aggregation ⇒ Types::LambdaLayerAggregation
Returns the value of attribute lambda_layer_aggregation.
-
#package_aggregation ⇒ Types::PackageAggregation
Returns the value of attribute package_aggregation.
-
#repository_aggregation ⇒ Types::RepositoryAggregation
Returns the value of attribute repository_aggregation.
-
#serverless_function_aggregation ⇒ Types::ServerlessFunctionAggregation
Returns the value of attribute serverless_function_aggregation.
-
#title_aggregation ⇒ Types::TitleAggregation
Returns the value of attribute title_aggregation.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vm_instance_aggregation ⇒ Types::VmInstanceAggregation
Returns the value of attribute vm_instance_aggregation.
Instance Attribute Details
#account_aggregation ⇒ Types::AccountAggregation
Returns the value of attribute account_aggregation.
47 48 49 |
# File 'sig/types.rbs', line 47 def account_aggregation @account_aggregation end |
#ami_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::PackageAggregation
Returns the value of attribute package_aggregation.
53 54 55 |
# File 'sig/types.rbs', line 53 def package_aggregation @package_aggregation end |
#repository_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::TitleAggregation
Returns the value of attribute title_aggregation.
55 56 57 |
# File 'sig/types.rbs', line 55 def title_aggregation @title_aggregation end |
#unknown ⇒ Object
Returns the value of attribute unknown.
62 63 64 |
# File 'sig/types.rbs', line 62 def unknown @unknown end |
#vm_instance_aggregation ⇒ Types::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 |