Class: Aws::Types::ListResourcesForWebACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourcesForWebACLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_type ⇒ "APPLICATION_LOAD_BALANCER", "API_GATEWAY"
Returns the value of attribute resource_type.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#resource_type ⇒ "APPLICATION_LOAD_BALANCER", "API_GATEWAY"
Returns the value of attribute resource_type.
751 752 753 |
# File 'sig/types.rbs', line 751 def resource_type @resource_type end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
750 751 752 |
# File 'sig/types.rbs', line 750 def web_acl_id @web_acl_id end |