Class: Aws::Types::AggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::AggregationResponse
- 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::AccountAggregationResponse
Returns the value of attribute account_aggregation.
-
#ami_aggregation ⇒ Types::AmiAggregationResponse
Returns the value of attribute ami_aggregation.
-
#aws_ecr_container_aggregation ⇒ Types::AwsEcrContainerAggregationResponse
Returns the value of attribute aws_ecr_container_aggregation.
-
#code_repository_aggregation ⇒ Types::CodeRepositoryAggregationResponse
Returns the value of attribute code_repository_aggregation.
-
#container_image_aggregation ⇒ Types::ContainerImageAggregationResponse
Returns the value of attribute container_image_aggregation.
-
#ec2_instance_aggregation ⇒ Types::Ec2InstanceAggregationResponse
Returns the value of attribute ec2_instance_aggregation.
-
#finding_type_aggregation ⇒ Types::FindingTypeAggregationResponse
Returns the value of attribute finding_type_aggregation.
-
#image_layer_aggregation ⇒ Types::ImageLayerAggregationResponse
Returns the value of attribute image_layer_aggregation.
-
#lambda_function_aggregation ⇒ Types::LambdaFunctionAggregationResponse
Returns the value of attribute lambda_function_aggregation.
-
#lambda_layer_aggregation ⇒ Types::LambdaLayerAggregationResponse
Returns the value of attribute lambda_layer_aggregation.
-
#package_aggregation ⇒ Types::PackageAggregationResponse
Returns the value of attribute package_aggregation.
-
#repository_aggregation ⇒ Types::RepositoryAggregationResponse
Returns the value of attribute repository_aggregation.
-
#serverless_function_aggregation ⇒ Types::ServerlessFunctionAggregationResponse
Returns the value of attribute serverless_function_aggregation.
-
#title_aggregation ⇒ Types::TitleAggregationResponse
Returns the value of attribute title_aggregation.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vm_instance_aggregation ⇒ Types::VmInstanceAggregationResponse
Returns the value of attribute vm_instance_aggregation.
Instance Attribute Details
#account_aggregation ⇒ Types::AccountAggregationResponse
Returns the value of attribute account_aggregation.
100 101 102 |
# File 'sig/types.rbs', line 100 def account_aggregation @account_aggregation end |
#ami_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::PackageAggregationResponse
Returns the value of attribute package_aggregation.
106 107 108 |
# File 'sig/types.rbs', line 106 def package_aggregation @package_aggregation end |
#repository_aggregation ⇒ Types::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_aggregation ⇒ Types::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_aggregation ⇒ Types::TitleAggregationResponse
Returns the value of attribute title_aggregation.
108 109 110 |
# File 'sig/types.rbs', line 108 def title_aggregation @title_aggregation end |
#unknown ⇒ Object
Returns the value of attribute unknown.
115 116 117 |
# File 'sig/types.rbs', line 115 def unknown @unknown end |
#vm_instance_aggregation ⇒ Types::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 |