Module: Aws::QuickSight::Client::_DescribeTopicPermissionsV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTopicPermissionsV2Response]
- 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]
2426 |
# File 'sig/client.rbs', line 2426
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2428 |
# File 'sig/client.rbs', line 2428
def request_id: () -> ::String
|
#status ⇒ ::Integer
2427 |
# File 'sig/client.rbs', line 2427
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
2425 |
# File 'sig/client.rbs', line 2425
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
2424 |
# File 'sig/client.rbs', line 2424
def topic_id: () -> ::String
|