Class: Aws::Types::DeleteAccessControlRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAccessControlRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
225 226 227 |
# File 'sig/types.rbs', line 225 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
224 225 226 |
# File 'sig/types.rbs', line 224 def organization_id @organization_id end |