Class: Aws::Types::UpdateDetectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDetectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sources ⇒ Types::DataSourceConfigurations
Returns the value of attribute data_sources.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#enable ⇒ Boolean
Returns the value of attribute enable.
-
#features ⇒ ::Array[Types::DetectorFeatureConfiguration]
Returns the value of attribute features.
-
#finding_publishing_frequency ⇒ "FIFTEEN_MINUTES", ...
Returns the value of attribute finding_publishing_frequency.
Instance Attribute Details
#data_sources ⇒ Types::DataSourceConfigurations
Returns the value of attribute data_sources.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def data_sources @data_sources end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def detector_id @detector_id end |
#enable ⇒ Boolean
Returns the value of attribute enable.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def enable @enable end |
#features ⇒ ::Array[Types::DetectorFeatureConfiguration]
Returns the value of attribute features.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def features @features end |
#finding_publishing_frequency ⇒ "FIFTEEN_MINUTES", ...
Returns the value of attribute finding_publishing_frequency.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def finding_publishing_frequency @finding_publishing_frequency end |