Class: Aws::Types::CreateThreatEntitySetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateThreatEntitySetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activate ⇒ Boolean
Returns the value of attribute activate.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#format ⇒ "TXT", ...
Returns the value of attribute format.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#activate ⇒ Boolean
Returns the value of attribute activate.
593 594 595 |
# File 'sig/types.rbs', line 593 def activate @activate end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
594 595 596 |
# File 'sig/types.rbs', line 594 def client_token @client_token end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
588 589 590 |
# File 'sig/types.rbs', line 588 def detector_id @detector_id end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
592 593 594 |
# File 'sig/types.rbs', line 592 def expected_bucket_owner @expected_bucket_owner end |
#format ⇒ "TXT", ...
Returns the value of attribute format.
590 591 592 |
# File 'sig/types.rbs', line 590 def format @format end |
#location ⇒ ::String
Returns the value of attribute location.
591 592 593 |
# File 'sig/types.rbs', line 591 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
589 590 591 |
# File 'sig/types.rbs', line 589 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
595 596 597 |
# File 'sig/types.rbs', line 595 def @tags end |