Class: Aws::Types::DescribeAppPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
4571 4572 4573 |
# File 'sig/types.rbs', line 4571 def app_id @app_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
4572 4573 4574 |
# File 'sig/types.rbs', line 4572 def arn @arn end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4573 4574 4575 |
# File 'sig/types.rbs', line 4573 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4574 4575 4576 |
# File 'sig/types.rbs', line 4574 def request_id @request_id end |