Class: Aws::Types::ThreatIntelIndicator
- Inherits:
-
Object
- Object
- Aws::Types::ThreatIntelIndicator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "BACKDOOR", ...
Returns the value of attribute category.
-
#last_observed_at ⇒ ::String
Returns the value of attribute last_observed_at.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#source_url ⇒ ::String
Returns the value of attribute source_url.
-
#type ⇒ "DOMAIN", ...
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#category ⇒ "BACKDOOR", ...
Returns the value of attribute category.
7851 7852 7853 |
# File 'sig/types.rbs', line 7851 def category @category end |
#last_observed_at ⇒ ::String
Returns the value of attribute last_observed_at.
7852 7853 7854 |
# File 'sig/types.rbs', line 7852 def last_observed_at @last_observed_at end |
#source ⇒ ::String
Returns the value of attribute source.
7853 7854 7855 |
# File 'sig/types.rbs', line 7853 def source @source end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
7854 7855 7856 |
# File 'sig/types.rbs', line 7854 def source_url @source_url end |
#type ⇒ "DOMAIN", ...
Returns the value of attribute type.
7849 7850 7851 |
# File 'sig/types.rbs', line 7849 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
7850 7851 7852 |
# File 'sig/types.rbs', line 7850 def value @value end |