Class: Aws::Types::DescribeForecastExportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


535
536
537
# File 'sig/types.rbs', line 535

def creation_time
  @creation_time
end

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



532
533
534
# File 'sig/types.rbs', line 532

def destination
  @destination
end

#forecast_arn ⇒ ::String

Returns the value of attribute forecast_arn.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def forecast_arn
  @forecast_arn
end

#forecast_export_job_arn ⇒ ::String

Returns the value of attribute forecast_export_job_arn.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def forecast_export_job_arn
  @forecast_export_job_arn
end

#forecast_export_job_name ⇒ ::String

Returns the value of attribute forecast_export_job_name.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def forecast_export_job_name
  @forecast_export_job_name
end

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def format
  @format
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


536
537
538
# File 'sig/types.rbs', line 536

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def status
  @status
end