Class: Aws::Types::DeleteCustomPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomPermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3959 3960 3961 |
# File 'sig/types.rbs', line 3959 def aws_account_id @aws_account_id end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
3960 3961 3962 |
# File 'sig/types.rbs', line 3960 def @custom_permissions_name end |