Module: Aws::QuickSight::Client::_UpdateThemePermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateThemePermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #permissions ⇒ ::Array[Types::ResourcePermission]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #theme_arn ⇒ ::String
- #theme_id ⇒ ::String
Instance Method Details
#permissions ⇒ ::Array[Types::ResourcePermission]
5593 |
# File 'sig/client.rbs', line 5593
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5594 |
# File 'sig/client.rbs', line 5594
def request_id: () -> ::String
|
#status ⇒ ::Integer
5595 |
# File 'sig/client.rbs', line 5595
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
5592 |
# File 'sig/client.rbs', line 5592
def theme_arn: () -> ::String
|
#theme_id ⇒ ::String
5591 |
# File 'sig/client.rbs', line 5591
def theme_id: () -> ::String
|