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]
2593 |
# File 'sig/client.rbs', line 2593
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2595 |
# File 'sig/client.rbs', line 2595
def request_id: () -> ::String
|
#status ⇒ ::Integer
2594 |
# File 'sig/client.rbs', line 2594
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
2592 |
# File 'sig/client.rbs', line 2592
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
2591 |
# File 'sig/client.rbs', line 2591
def topic_id: () -> ::String
|