Class: Aws::Types::Signal
- Inherits:
-
Object
- Object
- Aws::Types::Signal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actor_ids ⇒ ::Array[::String]
Returns the value of attribute actor_ids.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
-
#endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute endpoint_ids.
-
#first_seen_at ⇒ ::Integer
Returns the value of attribute first_seen_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_seen_at ⇒ ::Integer
Returns the value of attribute last_seen_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#product_arn ⇒ ::String
Returns the value of attribute product_arn.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
-
#severity ⇒ ::Float
Returns the value of attribute severity.
-
#signal_indicators ⇒ ::Array[Types::Indicator]
Returns the value of attribute signal_indicators.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Integer
Returns the value of attribute updated_at.
Instance Attribute Details
#actor_ids ⇒ ::Array[::String]
Returns the value of attribute actor_ids.
7627 7628 7629 |
# File 'sig/types.rbs', line 7627 def actor_ids @actor_ids end |
#count ⇒ ::Integer
Returns the value of attribute count.
7626 7627 7628 |
# File 'sig/types.rbs', line 7626 def count @count end |
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
7621 7622 7623 |
# File 'sig/types.rbs', line 7621 def created_at @created_at end |
#endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute endpoint_ids.
7628 7629 7630 |
# File 'sig/types.rbs', line 7628 def endpoint_ids @endpoint_ids end |
#first_seen_at ⇒ ::Integer
Returns the value of attribute first_seen_at.
7623 7624 7625 |
# File 'sig/types.rbs', line 7623 def first_seen_at @first_seen_at end |
#id ⇒ ::String
Returns the value of attribute id.
7615 7616 7617 |
# File 'sig/types.rbs', line 7615 def id @id end |
#last_seen_at ⇒ ::Integer
Returns the value of attribute last_seen_at.
7624 7625 7626 |
# File 'sig/types.rbs', line 7624 def last_seen_at @last_seen_at end |
#name ⇒ ::String
Returns the value of attribute name.
7620 7621 7622 |
# File 'sig/types.rbs', line 7620 def name @name end |
#product_arn ⇒ ::String
Returns the value of attribute product_arn.
7617 7618 7619 |
# File 'sig/types.rbs', line 7617 def product_arn @product_arn end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
7618 7619 7620 |
# File 'sig/types.rbs', line 7618 def resource_ids @resource_ids end |
#severity ⇒ ::Float
Returns the value of attribute severity.
7625 7626 7627 |
# File 'sig/types.rbs', line 7625 def severity @severity end |
#signal_indicators ⇒ ::Array[Types::Indicator]
Returns the value of attribute signal_indicators.
7619 7620 7621 |
# File 'sig/types.rbs', line 7619 def signal_indicators @signal_indicators end |
#title ⇒ ::String
Returns the value of attribute title.
7616 7617 7618 |
# File 'sig/types.rbs', line 7616 def title @title end |
#type ⇒ ::String
Returns the value of attribute type.
7614 7615 7616 |
# File 'sig/types.rbs', line 7614 def type @type end |
#updated_at ⇒ ::Integer
Returns the value of attribute updated_at.
7622 7623 7624 |
# File 'sig/types.rbs', line 7622 def updated_at @updated_at end |