Class: Aws::Inspector2::Types::ResourceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResourceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Contains details about the resource involved in the finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_ec2_instance ⇒ Types::AwsEc2InstanceDetails
An object that contains details about the Amazon EC2 instance involved in the finding.
-
#aws_ecr_container_image ⇒ Types::AwsEcrContainerImageDetails
An object that contains details about the Amazon ECR container image involved in the finding.
-
#aws_lambda_function ⇒ Types::AwsLambdaFunctionDetails
A summary of the information about an Amazon Web Services Lambda function affected by a finding.
Instance Attribute Details
#aws_ec2_instance ⇒ Types::AwsEc2InstanceDetails
An object that contains details about the Amazon EC2 instance involved in the finding.
5959 5960 5961 5962 5963 5964 5965 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5959 class ResourceDetails < Struct.new( :aws_ec2_instance, :aws_ecr_container_image, :aws_lambda_function) SENSITIVE = [] include Aws::Structure end |
#aws_ecr_container_image ⇒ Types::AwsEcrContainerImageDetails
An object that contains details about the Amazon ECR container image involved in the finding.
5959 5960 5961 5962 5963 5964 5965 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5959 class ResourceDetails < Struct.new( :aws_ec2_instance, :aws_ecr_container_image, :aws_lambda_function) SENSITIVE = [] include Aws::Structure end |
#aws_lambda_function ⇒ Types::AwsLambdaFunctionDetails
A summary of the information about an Amazon Web Services Lambda function affected by a finding.
5959 5960 5961 5962 5963 5964 5965 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5959 class ResourceDetails < Struct.new( :aws_ec2_instance, :aws_ecr_container_image, :aws_lambda_function) SENSITIVE = [] include Aws::Structure end |