Module: Aws::QuickSight::Client::_UpdateTopicPermissionsV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTopicPermissionsV2Response]
- 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]
5294 |
# File 'sig/client.rbs', line 5294
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5296 |
# File 'sig/client.rbs', line 5296
def request_id: () -> ::String
|
#status ⇒ ::Integer
5295 |
# File 'sig/client.rbs', line 5295
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
5293 |
# File 'sig/client.rbs', line 5293
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
5292 |
# File 'sig/client.rbs', line 5292
def topic_id: () -> ::String
|