Class: Aws::Types::DescribeWhatIfForecastExportResponse

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)


662
663
664
# File 'sig/types.rbs', line 662

def creation_time
  @creation_time
end

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



659
660
661
# File 'sig/types.rbs', line 659

def destination
  @destination
end

#estimated_time_remaining_in_minutes ⇒ ::Integer

Returns the value of attribute estimated_time_remaining_in_minutes.

Returns:

  • (::Integer)


663
664
665
# File 'sig/types.rbs', line 663

def estimated_time_remaining_in_minutes
  @estimated_time_remaining_in_minutes
end

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def format
  @format
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


664
665
666
# File 'sig/types.rbs', line 664

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def status
  @status
end

#what_if_forecast_arns ⇒ ::Array[::String]

Returns the value of attribute what_if_forecast_arns.

Returns:

  • (::Array[::String])


658
659
660
# File 'sig/types.rbs', line 658

def what_if_forecast_arns
  @what_if_forecast_arns
end

#what_if_forecast_export_arn ⇒ ::String

Returns the value of attribute what_if_forecast_export_arn.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def what_if_forecast_export_arn
  @what_if_forecast_export_arn
end

#what_if_forecast_export_name ⇒ ::String

Returns the value of attribute what_if_forecast_export_name.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def what_if_forecast_export_name
  @what_if_forecast_export_name
end