Class: Aws::Types::RuleDetail
- Inherits:
-
Object
- Object
- Aws::Types::RuleDetail
- 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.
-
#definition ⇒ Types::RuleDefinition
Returns the value of attribute definition.
-
#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.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def created_at @created_at end |
#data_source ⇒ "CloudTrailManagementEvent"
Returns the value of attribute data_source.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def data_source @data_source end |
#definition ⇒ Types::RuleDefinition
Returns the value of attribute definition.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def description @description end |
#language ⇒ "SQL"
Returns the value of attribute language.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def name @name end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def rule_id @rule_id end |
#schema ⇒ "CloudTrail"
Returns the value of attribute schema.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def schema @schema end |
#service ⇒ ::String
Returns the value of attribute service.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def service @service end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def severity @severity end |
#tactic ⇒ ::String
Returns the value of attribute tactic.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def tactic @tactic end |
#technique ⇒ ::String
Returns the value of attribute technique.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def technique @technique end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def updated_at @updated_at end |