Class: Aws::Types::GetWebACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWebACLRequest
- 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.
795 796 797 |
# File 'sig/types.rbs', line 795 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
794 795 796 |
# File 'sig/types.rbs', line 794 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
792 793 794 |
# File 'sig/types.rbs', line 792 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
793 794 795 |
# File 'sig/types.rbs', line 793 def scope @scope end |