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
5113 |
# File 'sig/client.rbs', line 5113
def dataset_arn: () -> ::String
|
#request_id ⇒ ::String
5115 |
# File 'sig/client.rbs', line 5115
def request_id: () -> ::String
|
#status ⇒ ::Integer
5114 |
# File 'sig/client.rbs', line 5114
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
5112 |
# File 'sig/client.rbs', line 5112
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
5111 |
# File 'sig/client.rbs', line 5111
def topic_id: () -> ::String
|