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]
5114 |
# File 'sig/client.rbs', line 5114
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5115 |
# File 'sig/client.rbs', line 5115
def request_id: () -> ::String
|
#status ⇒ ::Integer
5116 |
# File 'sig/client.rbs', line 5116
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
5113 |
# File 'sig/client.rbs', line 5113
def theme_arn: () -> ::String
|
#theme_id ⇒ ::String
5112 |
# File 'sig/client.rbs', line 5112
def theme_id: () -> ::String
|