Class: Aws::Types::GetRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
733 734 735 |
# File 'sig/types.rbs', line 733 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
732 733 734 |
# File 'sig/types.rbs', line 732 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
730 731 732 |
# File 'sig/types.rbs', line 730 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
731 732 733 |
# File 'sig/types.rbs', line 731 def scope @scope end |