Class: Aws::Types::ForecastSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_using_auto_predictor ⇒ Boolean

Returns the value of attribute created_using_auto_predictor.

Returns:

  • (Boolean)


792
793
794
# File 'sig/types.rbs', line 792

def created_using_auto_predictor
  @created_using_auto_predictor
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


796
797
798
# File 'sig/types.rbs', line 796

def creation_time
  @creation_time
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def dataset_group_arn
  @dataset_group_arn
end

#forecast_arn ⇒ ::String

Returns the value of attribute forecast_arn.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def forecast_arn
  @forecast_arn
end

#forecast_name ⇒ ::String

Returns the value of attribute forecast_name.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def forecast_name
  @forecast_name
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


797
798
799
# File 'sig/types.rbs', line 797

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def message
  @message
end

#predictor_arn ⇒ ::String

Returns the value of attribute predictor_arn.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def predictor_arn
  @predictor_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def status
  @status
end