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]
5154 |
# File 'sig/client.rbs', line 5154
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5156 |
# File 'sig/client.rbs', line 5156
def request_id: () -> ::String
|
#status ⇒ ::Integer
5155 |
# File 'sig/client.rbs', line 5155
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
5153 |
# File 'sig/client.rbs', line 5153
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
5152 |
# File 'sig/client.rbs', line 5152
def topic_id: () -> ::String
|