Class: Aws::Types::QueryWhatIfForecastRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date ⇒ ::String

Returns the value of attribute end_date.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def end_date
  @end_date
end

#filters ⇒ ::Hash[::String, ::String]

Returns the value of attribute filters.

Returns:

  • (::Hash[::String, ::String])


55
56
57
# File 'sig/types.rbs', line 55

def filters
  @filters
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def next_token
  @next_token
end

#start_date ⇒ ::String

Returns the value of attribute start_date.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def start_date
  @start_date
end

#what_if_forecast_arn ⇒ ::String

Returns the value of attribute what_if_forecast_arn.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def what_if_forecast_arn
  @what_if_forecast_arn
end