Module: Aws::QuickSight::Client::_UpdateTopicPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTopicPermissionsResponse]
- 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]
5267 |
# File 'sig/client.rbs', line 5267
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5269 |
# File 'sig/client.rbs', line 5269
def request_id: () -> ::String
|
#status ⇒ ::Integer
5268 |
# File 'sig/client.rbs', line 5268
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
5266 |
# File 'sig/client.rbs', line 5266
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
5265 |
# File 'sig/client.rbs', line 5265
def topic_id: () -> ::String
|