Class: Aws::Inspector2::Types::GetConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_configurationTypes::Ec2ConfigurationState

Specifies how the Amazon EC2 automated scan mode is currently configured for your environment.



5279
5280
5281
5282
5283
5284
# File 'lib/aws-sdk-inspector2/types.rb', line 5279

class GetConfigurationResponse < Struct.new(
  :ecr_configuration,
  :ec2_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#ecr_configurationTypes::EcrConfigurationState

Specifies how the ECR automated re-scan duration is currently configured for your environment.



5279
5280
5281
5282
5283
5284
# File 'lib/aws-sdk-inspector2/types.rb', line 5279

class GetConfigurationResponse < Struct.new(
  :ecr_configuration,
  :ec2_configuration)
  SENSITIVE = []
  include Aws::Structure
end