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)


976
977
978
# File 'sig/types.rbs', line 976

def completed_timestamp
  @completed_timestamp
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


975
976
977
# File 'sig/types.rbs', line 975

def created_timestamp
  @created_timestamp
end

#export_data_sourceTypes::ExportDataSource

Returns the value of attribute export_data_source.



974
975
976
# File 'sig/types.rbs', line 974

def export_data_source
  @export_data_source
end

#export_destinationTypes::ExportDestination

Returns the value of attribute export_destination.



973
974
975
# File 'sig/types.rbs', line 973

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")


971
972
973
# File 'sig/types.rbs', line 971

def export_source_type
  @export_source_type
end

#failure_infoTypes::FailureInfo

Returns the value of attribute failure_info.

Returns:



977
978
979
# File 'sig/types.rbs', line 977

def failure_info
  @failure_info
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def job_id
  @job_id
end

#job_status"CREATED", ...

Returns the value of attribute job_status.

Returns:

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


972
973
974
# File 'sig/types.rbs', line 972

def job_status
  @job_status
end

#statisticsTypes::ExportStatistics

Returns the value of attribute statistics.



978
979
980
# File 'sig/types.rbs', line 978

def statistics
  @statistics
end