Class: Aws::Types::ExportJobSummary

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:



705
706
707
# File 'sig/types.rbs', line 705

def completed_timestamp
  @completed_timestamp
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



704
705
706
# File 'sig/types.rbs', line 704

def created_timestamp
  @created_timestamp
end

#export_source_type"METRICS_DATA", "MESSAGE_INSIGHTS"

Returns the value of attribute export_source_type.

Returns:



702
703
704
# File 'sig/types.rbs', line 702

def export_source_type
  @export_source_type
end

#job_id::String

Returns the value of attribute job_id.

Returns:



701
702
703
# File 'sig/types.rbs', line 701

def job_id
  @job_id
end

#job_status"CREATED", ...

Returns the value of attribute job_status.

Returns:



703
704
705
# File 'sig/types.rbs', line 703

def job_status
  @job_status
end