Class: Aws::Types::CreateDetectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDetectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_sources ⇒ Types::DataSourceConfigurations
Returns the value of attribute data_sources.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
468 469 470 |
# File 'sig/types.rbs', line 468 def client_token @client_token end |
#data_sources ⇒ Types::DataSourceConfigurations
Returns the value of attribute data_sources.
470 471 472 |
# File 'sig/types.rbs', line 470 def data_sources @data_sources end |
#enable ⇒ Boolean
Returns the value of attribute enable.
467 468 469 |
# File 'sig/types.rbs', line 467 def enable @enable end |
#features ⇒ ::Array[Types::DetectorFeatureConfiguration]
Returns the value of attribute features.
472 473 474 |
# File 'sig/types.rbs', line 472 def features @features end |
#finding_publishing_frequency ⇒ "FIFTEEN_MINUTES", ...
Returns the value of attribute finding_publishing_frequency.
469 470 471 |
# File 'sig/types.rbs', line 469 def finding_publishing_frequency @finding_publishing_frequency end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
471 472 473 |
# File 'sig/types.rbs', line 471 def @tags end |