Class: Aws::Types::UpdateThreatEntitySetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThreatEntitySetRequest
- 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_entity_set_id ⇒ ::String
Returns the value of attribute threat_entity_set_id.
Instance Attribute Details
#activate ⇒ Boolean
Returns the value of attribute activate.
3267 3268 3269 |
# File 'sig/types.rbs', line 3267 def activate @activate end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def detector_id @detector_id end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
3266 3267 3268 |
# File 'sig/types.rbs', line 3266 def expected_bucket_owner @expected_bucket_owner end |
#location ⇒ ::String
Returns the value of attribute location.
3265 3266 3267 |
# File 'sig/types.rbs', line 3265 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
3264 3265 3266 |
# File 'sig/types.rbs', line 3264 def name @name end |
#threat_entity_set_id ⇒ ::String
Returns the value of attribute threat_entity_set_id.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def threat_entity_set_id @threat_entity_set_id end |