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]
5666 |
# File 'sig/client.rbs', line 5666
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5668 |
# File 'sig/client.rbs', line 5668
def request_id: () -> ::String
|
#status ⇒ ::Integer
5667 |
# File 'sig/client.rbs', line 5667
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
5665 |
# File 'sig/client.rbs', line 5665
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
5664 |
# File 'sig/client.rbs', line 5664
def topic_id: () -> ::String
|