Class: Aws::Types::ConnectorScanConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorScanConfigurationItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_config_connector_arn ⇒ ::String
Returns the value of attribute aws_config_connector_arn.
-
#connector_arns ⇒ ::Array[::String]
Returns the value of attribute connector_arns.
-
#scan_configuration ⇒ Types::ConnectorScanConfiguration
Returns the value of attribute scan_configuration.
Instance Attribute Details
#aws_config_connector_arn ⇒ ::String
Returns the value of attribute aws_config_connector_arn.
842 843 844 |
# File 'sig/types.rbs', line 842 def aws_config_connector_arn @aws_config_connector_arn end |
#connector_arns ⇒ ::Array[::String]
Returns the value of attribute connector_arns.
843 844 845 |
# File 'sig/types.rbs', line 843 def connector_arns @connector_arns end |
#scan_configuration ⇒ Types::ConnectorScanConfiguration
Returns the value of attribute scan_configuration.
844 845 846 |
# File 'sig/types.rbs', line 844 def scan_configuration @scan_configuration end |