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]
2369 |
# File 'sig/client.rbs', line 2369
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2371 |
# File 'sig/client.rbs', line 2371
def request_id: () -> ::String
|
#status ⇒ ::Integer
2370 |
# File 'sig/client.rbs', line 2370
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
2368 |
# File 'sig/client.rbs', line 2368
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
2367 |
# File 'sig/client.rbs', line 2367
def topic_id: () -> ::String
|