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]
2380 |
# File 'sig/client.rbs', line 2380
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2381 |
# File 'sig/client.rbs', line 2381
def request_id: () -> ::String
|
#status ⇒ ::Integer
2382 |
# File 'sig/client.rbs', line 2382
def status: () -> ::Integer
|
#theme_arn ⇒ ::String
2379 |
# File 'sig/client.rbs', line 2379
def theme_arn: () -> ::String
|
#theme_id ⇒ ::String
2378 |
# File 'sig/client.rbs', line 2378
def theme_id: () -> ::String
|