Class: Aws::Inspector2::Types::GetConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_configuration ⇒ Types::Ec2ConfigurationState
Specifies how the Amazon EC2 automated scan mode is currently configured for your environment.
-
#ecr_configuration ⇒ Types::EcrConfigurationState
Specifies how the ECR automated re-scan duration is currently configured for your environment.
Instance Attribute Details
#ec2_configuration ⇒ Types::Ec2ConfigurationState
Specifies how the Amazon EC2 automated scan mode is currently configured for your environment.
4004 4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4004 class GetConfigurationResponse < Struct.new( :ec2_configuration, :ecr_configuration) SENSITIVE = [] include Aws::Structure end |
#ecr_configuration ⇒ Types::EcrConfigurationState
Specifies how the ECR automated re-scan duration is currently configured for your environment.
4004 4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4004 class GetConfigurationResponse < Struct.new( :ec2_configuration, :ecr_configuration) SENSITIVE = [] include Aws::Structure end |