Class: Aws::Types::CreateWhatIfForecastExportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



251
252
253
# File 'sig/types.rbs', line 251

def destination
  @destination
end

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def format
  @format
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



252
253
254
# File 'sig/types.rbs', line 252

def tags
  @tags
end

#what_if_forecast_arns ⇒ ::Array[::String]

Returns the value of attribute what_if_forecast_arns.

Returns:

  • (::Array[::String])


250
251
252
# File 'sig/types.rbs', line 250

def what_if_forecast_arns
  @what_if_forecast_arns
end

#what_if_forecast_export_name ⇒ ::String

Returns the value of attribute what_if_forecast_export_name.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def what_if_forecast_export_name
  @what_if_forecast_export_name
end