Class: Aws::Types::ListWhatIfAnalysesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def next_token
  @next_token
end

#what_if_analyses ⇒ ::Array[Types::WhatIfAnalysisSummary]

Returns the value of attribute what_if_analyses.

Returns:



1008
1009
1010
# File 'sig/types.rbs', line 1008

def what_if_analyses
  @what_if_analyses
end