Class: Aws::Types::StartContinuousExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartContinuousExportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ "AGENT"
Returns the value of attribute data_source.
-
#export_id ⇒ ::String
Returns the value of attribute export_id.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#schema_storage_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute schema_storage_config.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#data_source ⇒ "AGENT"
Returns the value of attribute data_source.
540 541 542 |
# File 'sig/types.rbs', line 540 def data_source @data_source end |
#export_id ⇒ ::String
Returns the value of attribute export_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def export_id @export_id end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
538 539 540 |
# File 'sig/types.rbs', line 538 def s3_bucket @s3_bucket end |
#schema_storage_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute schema_storage_config.
541 542 543 |
# File 'sig/types.rbs', line 541 def schema_storage_config @schema_storage_config end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
539 540 541 |
# File 'sig/types.rbs', line 539 def start_time @start_time end |