Class: Aws::Types::WhatIfForecastExportSummary

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)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def creation_time
  @creation_time
end

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



1323
1324
1325
# File 'sig/types.rbs', line 1323

def destination
  @destination
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def status
  @status
end

#what_if_forecast_arns ⇒ ::Array[::String]

Returns the value of attribute what_if_forecast_arns.

Returns:

  • (::Array[::String])


1321
1322
1323
# File 'sig/types.rbs', line 1321

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)


1320
1321
1322
# File 'sig/types.rbs', line 1320

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)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def what_if_forecast_export_name
  @what_if_forecast_export_name
end