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]
5108 |
# File 'sig/client.rbs', line 5108
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5109 |
# File 'sig/client.rbs', line 5109
def request_id: () -> ::String
|
#status ⇒ ::Integer
5110 |
# File 'sig/client.rbs', line 5110
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
5107 |
# File 'sig/client.rbs', line 5107
def theme_arn: () -> ::String
|
#theme_id ⇒ ::String
5106 |
# File 'sig/client.rbs', line 5106
def theme_id: () -> ::String
|