Module: Aws::QuickSight::Client::_DescribeThemePermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeThemePermissionsResponse]
- 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]
2297 |
# File 'sig/client.rbs', line 2297
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2298 |
# File 'sig/client.rbs', line 2298
def request_id: () -> ::String
|
#status ⇒ ::Integer
2299 |
# File 'sig/client.rbs', line 2299
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
2296 |
# File 'sig/client.rbs', line 2296
def theme_arn: () -> ::String
|
#theme_id ⇒ ::String
2295 |
# File 'sig/client.rbs', line 2295
def theme_id: () -> ::String
|