Class: Aws::Types::GetRuleSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRuleSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
-
#rule_set_arn ⇒ ::String
Returns the value of attribute rule_set_arn.
-
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
-
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
604 605 606 |
# File 'sig/types.rbs', line 604 def created_date @created_date end |
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
605 606 607 |
# File 'sig/types.rbs', line 605 def last_modification_date @last_modification_date end |
#rule_set_arn ⇒ ::String
Returns the value of attribute rule_set_arn.
602 603 604 |
# File 'sig/types.rbs', line 602 def rule_set_arn @rule_set_arn end |
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
601 602 603 |
# File 'sig/types.rbs', line 601 def rule_set_id @rule_set_id end |
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
603 604 605 |
# File 'sig/types.rbs', line 603 def rule_set_name @rule_set_name end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
606 607 608 |
# File 'sig/types.rbs', line 606 def rules @rules end |