Class: Aws::Types::DescribeForecastResponse

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)


555
556
557
# File 'sig/types.rbs', line 555

def creation_time
  @creation_time
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def dataset_group_arn
  @dataset_group_arn
end

#estimated_time_remaining_in_minutes ⇒ ::Integer

Returns the value of attribute estimated_time_remaining_in_minutes.

Returns:

  • (::Integer)


552
553
554
# File 'sig/types.rbs', line 552

def estimated_time_remaining_in_minutes
  @estimated_time_remaining_in_minutes
end

#forecast_arn ⇒ ::String

Returns the value of attribute forecast_arn.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def forecast_arn
  @forecast_arn
end

#forecast_name ⇒ ::String

Returns the value of attribute forecast_name.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def forecast_name
  @forecast_name
end

#forecast_types ⇒ ::Array[::String]

Returns the value of attribute forecast_types.

Returns:

  • (::Array[::String])


549
550
551
# File 'sig/types.rbs', line 549

def forecast_types
  @forecast_types
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


556
557
558
# File 'sig/types.rbs', line 556

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def message
  @message
end

#predictor_arn ⇒ ::String

Returns the value of attribute predictor_arn.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def predictor_arn
  @predictor_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def status
  @status
end

#time_series_selector ⇒ Types::TimeSeriesSelector

Returns the value of attribute time_series_selector.



557
558
559
# File 'sig/types.rbs', line 557

def time_series_selector
  @time_series_selector
end