Module: Aws::QuickSight::Client::_CreateTopicRefreshScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateTopicRefreshScheduleResponse]
- 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
920 |
# File 'sig/client.rbs', line 920
def dataset_arn: () -> ::String
|
#request_id ⇒ ::String
922 |
# File 'sig/client.rbs', line 922
def request_id: () -> ::String
|
#status ⇒ ::Integer
921 |
# File 'sig/client.rbs', line 921
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
919 |
# File 'sig/client.rbs', line 919
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
918 |
# File 'sig/client.rbs', line 918
def topic_id: () -> ::String
|