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
917 |
# File 'sig/client.rbs', line 917
def dataset_arn: () -> ::String
|
#request_id ⇒ ::String
919 |
# File 'sig/client.rbs', line 919
def request_id: () -> ::String
|
#status ⇒ ::Integer
918 |
# File 'sig/client.rbs', line 918
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
916 |
# File 'sig/client.rbs', line 916
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
915 |
# File 'sig/client.rbs', line 915
def topic_id: () -> ::String
|