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]
2338 |
# File 'sig/client.rbs', line 2338
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2339 |
# File 'sig/client.rbs', line 2339
def request_id: () -> ::String
|
#status ⇒ ::Integer
2340 |
# File 'sig/client.rbs', line 2340
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
2337 |
# File 'sig/client.rbs', line 2337
def theme_arn: () -> ::String
|
#theme_id ⇒ ::String
2336 |
# File 'sig/client.rbs', line 2336
def theme_id: () -> ::String
|