Class: Aws::Types::GetArchitectureRecommendationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_audit_timestamp ⇒ ::Time

Returns the value of attribute last_audit_timestamp.

Returns:

  • (::Time)


148
149
150
# File 'sig/types.rbs', line 148

def last_audit_timestamp
  @last_audit_timestamp
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def next_token
  @next_token
end

#recommendations ⇒ ::Array[Types::Recommendation]

Returns the value of attribute recommendations.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def recommendations
  @recommendations
end