Class: Aws::SecurityHub::Types::AzureUpdateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AzureUpdateConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The configuration for updating an Azure connector's scope and regions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#azure_regions ⇒ Array<String>
The updated list of Azure regions to monitor.
-
#scope_configuration ⇒ Types::AzureScopeConfiguration
The updated scope configuration.
Instance Attribute Details
#azure_regions ⇒ Array<String>
The updated list of Azure regions to monitor.
21790 21791 21792 21793 21794 21795 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21790 class AzureUpdateConfiguration < Struct.new( :scope_configuration, :azure_regions) SENSITIVE = [] include Aws::Structure end |
#scope_configuration ⇒ Types::AzureScopeConfiguration
The updated scope configuration.
21790 21791 21792 21793 21794 21795 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21790 class AzureUpdateConfiguration < Struct.new( :scope_configuration, :azure_regions) SENSITIVE = [] include Aws::Structure end |