Class: Aws::Types::RuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_source ⇒ "CloudTrailManagementEvent"
Returns the value of attribute data_source.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#language ⇒ "SQL"
Returns the value of attribute language.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#schema ⇒ "CloudTrail"
Returns the value of attribute schema.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
-
#tactic ⇒ ::String
Returns the value of attribute tactic.
-
#technique ⇒ ::String
Returns the value of attribute technique.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def created_at @created_at end |
#data_source ⇒ "CloudTrailManagementEvent"
Returns the value of attribute data_source.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def data_source @data_source end |
#description ⇒ ::String
Returns the value of attribute description.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def description @description end |
#language ⇒ "SQL"
Returns the value of attribute language.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def name @name end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def rule_id @rule_id end |
#schema ⇒ "CloudTrail"
Returns the value of attribute schema.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def schema @schema end |
#service ⇒ ::String
Returns the value of attribute service.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def service @service end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def severity @severity end |
#tactic ⇒ ::String
Returns the value of attribute tactic.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def tactic @tactic end |
#technique ⇒ ::String
Returns the value of attribute technique.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def technique @technique end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def updated_at @updated_at end |