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]
5086 |
# File 'sig/client.rbs', line 5086
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5088 |
# File 'sig/client.rbs', line 5088
def request_id: () -> ::String
|
#status ⇒ ::Integer
5087 |
# File 'sig/client.rbs', line 5087
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
5085 |
# File 'sig/client.rbs', line 5085
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
5084 |
# File 'sig/client.rbs', line 5084
def topic_id: () -> ::String
|