Class: Aws::Types::Signal
- Inherits:
-
Object
- Object
- Aws::Types::Signal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activities ⇒ ::Array[Types::Activity]
Returns the value of attribute activities.
-
#actor_ids ⇒ ::Array[::String]
Returns the value of attribute actor_ids.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute endpoint_ids.
-
#first_seen_at ⇒ ::Time
Returns the value of attribute first_seen_at.
-
#last_seen_at ⇒ ::Time
Returns the value of attribute last_seen_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_uids ⇒ ::Array[::String]
Returns the value of attribute resource_uids.
-
#severity ⇒ ::Float
Returns the value of attribute severity.
-
#signal_indicators ⇒ ::Array[Types::Indicator]
Returns the value of attribute signal_indicators.
-
#type ⇒ "FINDING", ...
Returns the value of attribute type.
-
#uid ⇒ ::String
Returns the value of attribute uid.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#activities ⇒ ::Array[Types::Activity]
Returns the value of attribute activities.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def activities @activities end |
#actor_ids ⇒ ::Array[::String]
Returns the value of attribute actor_ids.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def actor_ids @actor_ids end |
#count ⇒ ::Integer
Returns the value of attribute count.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def count @count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2978 2979 2980 |
# File 'sig/types.rbs', line 2978 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def description @description end |
#endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute endpoint_ids.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def endpoint_ids @endpoint_ids end |
#first_seen_at ⇒ ::Time
Returns the value of attribute first_seen_at.
2980 2981 2982 |
# File 'sig/types.rbs', line 2980 def first_seen_at @first_seen_at end |
#last_seen_at ⇒ ::Time
Returns the value of attribute last_seen_at.
2981 2982 2983 |
# File 'sig/types.rbs', line 2981 def last_seen_at @last_seen_at end |
#name ⇒ ::String
Returns the value of attribute name.
2977 2978 2979 |
# File 'sig/types.rbs', line 2977 def name @name end |
#resource_uids ⇒ ::Array[::String]
Returns the value of attribute resource_uids.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def resource_uids @resource_uids end |
#severity ⇒ ::Float
Returns the value of attribute severity.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def severity @severity end |
#signal_indicators ⇒ ::Array[Types::Indicator]
Returns the value of attribute signal_indicators.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def signal_indicators @signal_indicators end |
#type ⇒ "FINDING", ...
Returns the value of attribute type.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def type @type end |
#uid ⇒ ::String
Returns the value of attribute uid.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def uid @uid end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2979 2980 2981 |
# File 'sig/types.rbs', line 2979 def updated_at @updated_at end |