Class: Aws::Types::GetExportJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_timestamp::Time

Returns the value of attribute completed_timestamp.

Returns:

  • (::Time)


952
953
954
# File 'sig/types.rbs', line 952

def completed_timestamp
  @completed_timestamp
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


951
952
953
# File 'sig/types.rbs', line 951

def created_timestamp
  @created_timestamp
end

#export_data_sourceTypes::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_destinationTypes::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.

Returns:

  • ("METRICS_DATA", "MESSAGE_INSIGHTS")


947
948
949
# File 'sig/types.rbs', line 947

def export_source_type
  @export_source_type
end

#failure_infoTypes::FailureInfo

Returns the value of attribute failure_info.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("CREATED", "PROCESSING", "COMPLETED", "FAILED", "CANCELLED")


948
949
950
# File 'sig/types.rbs', line 948

def job_status
  @job_status
end

#statisticsTypes::ExportStatistics

Returns the value of attribute statistics.



954
955
956
# File 'sig/types.rbs', line 954

def statistics
  @statistics
end