Class: Aws::Types::ContinuousExportDescription
- Inherits:
-
Object
- Object
- Aws::Types::ContinuousExportDescription
- 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.
-
#status ⇒ "START_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
-
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
Instance Attribute Details
#data_source ⇒ "AGENT"
Returns the value of attribute data_source.
121 122 123 |
# File 'sig/types.rbs', line 121 def data_source @data_source end |
#export_id ⇒ ::String
Returns the value of attribute export_id.
115 116 117 |
# File 'sig/types.rbs', line 115 def export_id @export_id end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
118 119 120 |
# File 'sig/types.rbs', line 118 def s3_bucket @s3_bucket end |
#schema_storage_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute schema_storage_config.
122 123 124 |
# File 'sig/types.rbs', line 122 def schema_storage_config @schema_storage_config end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
119 120 121 |
# File 'sig/types.rbs', line 119 def start_time @start_time end |
#status ⇒ "START_IN_PROGRESS", ...
Returns the value of attribute status.
116 117 118 |
# File 'sig/types.rbs', line 116 def status @status end |
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
117 118 119 |
# File 'sig/types.rbs', line 117 def status_detail @status_detail end |
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
120 121 122 |
# File 'sig/types.rbs', line 120 def stop_time @stop_time end |