Class: Aws::Inspector2::Types::UpdateConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_configuration ⇒ Types::Ec2Configuration
Specifies how the Amazon EC2 automated scan will be updated for your environment.
-
#ecr_configuration ⇒ Types::EcrConfiguration
Specifies how the ECR automated re-scan will be updated for your environment.
Instance Attribute Details
#ec2_configuration ⇒ Types::Ec2Configuration
Specifies how the Amazon EC2 automated scan will be updated for your environment.
7018 7019 7020 7021 7022 7023 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7018 class UpdateConfigurationRequest < Struct.new( :ec2_configuration, :ecr_configuration) SENSITIVE = [] include Aws::Structure end |
#ecr_configuration ⇒ Types::EcrConfiguration
Specifies how the ECR automated re-scan will be updated for your environment.
7018 7019 7020 7021 7022 7023 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7018 class UpdateConfigurationRequest < Struct.new( :ec2_configuration, :ecr_configuration) SENSITIVE = [] include Aws::Structure end |