Class: Aws::Types::RuleGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def name @name end |