Module: Aws::QuickSight::Client::_DescribeTopicPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTopicPermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #permissions ⇒ ::Array[Types::ResourcePermission]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic_arn ⇒ ::String
- #topic_id ⇒ ::String
Instance Method Details
#permissions ⇒ ::Array[Types::ResourcePermission]
2328 |
# File 'sig/client.rbs', line 2328
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2330 |
# File 'sig/client.rbs', line 2330
def request_id: () -> ::String
|
#status ⇒ ::Integer
2329 |
# File 'sig/client.rbs', line 2329
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
2327 |
# File 'sig/client.rbs', line 2327
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
2326 |
# File 'sig/client.rbs', line 2326
def topic_id: () -> ::String
|