Module: Aws::QuickSight::Client::_UpdateTopicRefreshScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTopicRefreshScheduleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dataset_arn ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic_arn ⇒ ::String
- #topic_id ⇒ ::String
Instance Method Details
#dataset_arn ⇒ ::String
5187 |
# File 'sig/client.rbs', line 5187
def dataset_arn: () -> ::String
|
#request_id ⇒ ::String
5189 |
# File 'sig/client.rbs', line 5189
def request_id: () -> ::String
|
#status ⇒ ::Integer
5188 |
# File 'sig/client.rbs', line 5188
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
5186 |
# File 'sig/client.rbs', line 5186
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
5185 |
# File 'sig/client.rbs', line 5185
def topic_id: () -> ::String
|