Module: Aws::ApplicationDiscoveryService::Client::_StartContinuousExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartContinuousExportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #data_source ⇒ "AGENT"
- #export_id ⇒ ::String
- #s3_bucket ⇒ ::String
- #schema_storage_config ⇒ ::Hash[::String, ::String]
- #start_time ⇒ ::Time
Instance Method Details
#data_source ⇒ "AGENT"
383 |
# File 'sig/client.rbs', line 383
def data_source: () -> ("AGENT")
|
#export_id ⇒ ::String
380 |
# File 'sig/client.rbs', line 380
def export_id: () -> ::String
|
#s3_bucket ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def s3_bucket: () -> ::String
|
#schema_storage_config ⇒ ::Hash[::String, ::String]
384 |
# File 'sig/client.rbs', line 384
def schema_storage_config: () -> ::Hash[::String, ::String]
|
#start_time ⇒ ::Time
382 |
# File 'sig/client.rbs', line 382
def start_time: () -> ::Time
|