Class: Aws::Types::WhatIfForecastSummary

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)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def creation_time
  @creation_time
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def status
  @status
end

#what_if_analysis_arn ⇒ ::String

Returns the value of attribute what_if_analysis_arn.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def what_if_analysis_arn
  @what_if_analysis_arn
end

#what_if_forecast_arn ⇒ ::String

Returns the value of attribute what_if_forecast_arn.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def what_if_forecast_arn
  @what_if_forecast_arn
end

#what_if_forecast_name ⇒ ::String

Returns the value of attribute what_if_forecast_name.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def what_if_forecast_name
  @what_if_forecast_name
end