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]
2608 |
# File 'sig/client.rbs', line 2608
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2610 |
# File 'sig/client.rbs', line 2610
def request_id: () -> ::String
|
#status ⇒ ::Integer
2609 |
# File 'sig/client.rbs', line 2609
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
2607 |
# File 'sig/client.rbs', line 2607
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
2606 |
# File 'sig/client.rbs', line 2606
def topic_id: () -> ::String
|