Class: Aws::Types::GetRegexPatternSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRegexPatternSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
666 667 668 |
# File 'sig/types.rbs', line 666 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
664 665 666 |
# File 'sig/types.rbs', line 664 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
665 666 667 |
# File 'sig/types.rbs', line 665 def scope @scope end |