Class: Aws::Types::UpdateAppPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppPermissionsResponse
- 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.
-
#visibility ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute visibility.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
12385 12386 12387 |
# File 'sig/types.rbs', line 12385 def app_id @app_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
12384 12385 12386 |
# File 'sig/types.rbs', line 12384 def arn @arn end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
12386 12387 12388 |
# File 'sig/types.rbs', line 12386 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12388 12389 12390 |
# File 'sig/types.rbs', line 12388 def request_id @request_id end |
#visibility ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute visibility.
12387 12388 12389 |
# File 'sig/types.rbs', line 12387 def visibility @visibility end |