Class: Aws::Types::GetExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetExportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_timestamp ⇒ ::Time
Returns the value of attribute completed_timestamp.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#export_data_source ⇒ Types::ExportDataSource
Returns the value of attribute export_data_source.
-
#export_destination ⇒ Types::ExportDestination
Returns the value of attribute export_destination.
-
#export_source_type ⇒ "METRICS_DATA", "MESSAGE_INSIGHTS"
Returns the value of attribute export_source_type.
-
#failure_info ⇒ Types::FailureInfo
Returns the value of attribute failure_info.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "CREATED", ...
Returns the value of attribute job_status.
-
#statistics ⇒ Types::ExportStatistics
Returns the value of attribute statistics.
Instance Attribute Details
#completed_timestamp ⇒ ::Time
Returns the value of attribute completed_timestamp.
952 953 954 |
# File 'sig/types.rbs', line 952 def @completed_timestamp end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
951 952 953 |
# File 'sig/types.rbs', line 951 def @created_timestamp end |
#export_data_source ⇒ Types::ExportDataSource
Returns the value of attribute export_data_source.
950 951 952 |
# File 'sig/types.rbs', line 950 def export_data_source @export_data_source end |
#export_destination ⇒ Types::ExportDestination
Returns the value of attribute export_destination.
949 950 951 |
# File 'sig/types.rbs', line 949 def export_destination @export_destination end |
#export_source_type ⇒ "METRICS_DATA", "MESSAGE_INSIGHTS"
Returns the value of attribute export_source_type.
947 948 949 |
# File 'sig/types.rbs', line 947 def export_source_type @export_source_type end |
#failure_info ⇒ Types::FailureInfo
Returns the value of attribute failure_info.
953 954 955 |
# File 'sig/types.rbs', line 953 def failure_info @failure_info end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
946 947 948 |
# File 'sig/types.rbs', line 946 def job_id @job_id end |
#job_status ⇒ "CREATED", ...
Returns the value of attribute job_status.
948 949 950 |
# File 'sig/types.rbs', line 948 def job_status @job_status end |
#statistics ⇒ Types::ExportStatistics
Returns the value of attribute statistics.
954 955 956 |
# File 'sig/types.rbs', line 954 def statistics @statistics end |