Class: Aws::Types::UpdateThreatIntelSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThreatIntelSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activate ⇒ Boolean
Returns the value of attribute activate.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#threat_intel_set_id ⇒ ::String
Returns the value of attribute threat_intel_set_id.
Instance Attribute Details
#activate ⇒ Boolean
Returns the value of attribute activate.
3279 3280 3281 |
# File 'sig/types.rbs', line 3279 def activate @activate end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3275 3276 3277 |
# File 'sig/types.rbs', line 3275 def detector_id @detector_id end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
3280 3281 3282 |
# File 'sig/types.rbs', line 3280 def expected_bucket_owner @expected_bucket_owner end |
#location ⇒ ::String
Returns the value of attribute location.
3278 3279 3280 |
# File 'sig/types.rbs', line 3278 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
3277 3278 3279 |
# File 'sig/types.rbs', line 3277 def name @name end |
#threat_intel_set_id ⇒ ::String
Returns the value of attribute threat_intel_set_id.
3276 3277 3278 |
# File 'sig/types.rbs', line 3276 def threat_intel_set_id @threat_intel_set_id end |