Class: Aws::Types::DescribeCustomPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomPermissionsRequest
- 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.
4716 4717 4718 |
# File 'sig/types.rbs', line 4716 def aws_account_id @aws_account_id end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
4717 4718 4719 |
# File 'sig/types.rbs', line 4717 def @custom_permissions_name end |