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]
5221 |
# File 'sig/client.rbs', line 5221
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5222 |
# File 'sig/client.rbs', line 5222
def request_id: () -> ::String
|
#status ⇒ ::Integer
5223 |
# File 'sig/client.rbs', line 5223
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
5220 |
# File 'sig/client.rbs', line 5220
def theme_arn: () -> ::String
|
#theme_id ⇒ ::String
5219 |
# File 'sig/client.rbs', line 5219
def theme_id: () -> ::String
|