Class: Aws::Types::WhatIfAnalysisSummary

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)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def creation_time
  @creation_time
end

#forecast_arn ⇒ ::String

Returns the value of attribute forecast_arn.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def forecast_arn
  @forecast_arn
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def status
  @status
end

#what_if_analysis_arn ⇒ ::String

Returns the value of attribute what_if_analysis_arn.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def what_if_analysis_arn
  @what_if_analysis_arn
end

#what_if_analysis_name ⇒ ::String

Returns the value of attribute what_if_analysis_name.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def what_if_analysis_name
  @what_if_analysis_name
end