Class: Aws::Types::CreateThreatIntelSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateThreatIntelSetRequest
- 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.
609 610 611 |
# File 'sig/types.rbs', line 609 def activate @activate end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
610 611 612 |
# File 'sig/types.rbs', line 610 def client_token @client_token end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
605 606 607 |
# File 'sig/types.rbs', line 605 def detector_id @detector_id end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
612 613 614 |
# File 'sig/types.rbs', line 612 def expected_bucket_owner @expected_bucket_owner end |
#format ⇒ "TXT", ...
Returns the value of attribute format.
607 608 609 |
# File 'sig/types.rbs', line 607 def format @format end |
#location ⇒ ::String
Returns the value of attribute location.
608 609 610 |
# File 'sig/types.rbs', line 608 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
606 607 608 |
# File 'sig/types.rbs', line 606 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
611 612 613 |
# File 'sig/types.rbs', line 611 def @tags end |