Class: Aws::Types::RegexPatternSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::RegexPatternSetSummary
- 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.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def name @name end |