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]
5040 |
# File 'sig/client.rbs', line 5040
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5041 |
# File 'sig/client.rbs', line 5041
def request_id: () -> ::String
|
#status ⇒ ::Integer
5042 |
# File 'sig/client.rbs', line 5042
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
5039 |
# File 'sig/client.rbs', line 5039
def theme_arn: () -> ::String
|
#theme_id ⇒ ::String
5038 |
# File 'sig/client.rbs', line 5038
def theme_id: () -> ::String
|