Module: Aws::QuickSight::Client::_UpdateAppPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAppPermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_id ⇒ ::String
- #arn ⇒ ::String
- #permissions ⇒ ::Array[Types::ResourcePermission]
- #request_id ⇒ ::String
- #visibility ⇒ "PRIVATE", "PUBLIC"
Instance Method Details
#app_id ⇒ ::String
4653 |
# File 'sig/client.rbs', line 4653
def app_id: () -> ::String
|
#arn ⇒ ::String
4652 |
# File 'sig/client.rbs', line 4652
def arn: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4654 |
# File 'sig/client.rbs', line 4654
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4656 |
# File 'sig/client.rbs', line 4656
def request_id: () -> ::String
|
#visibility ⇒ "PRIVATE", "PUBLIC"
4655 |
# File 'sig/client.rbs', line 4655
def visibility: () -> ("PRIVATE" | "PUBLIC")
|