Class: Aws::Types::GetArchitectureRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetArchitectureRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_audit_timestamp ⇒ ::Time
Returns the value of attribute last_audit_timestamp.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
Instance Attribute Details
#last_audit_timestamp ⇒ ::Time
Returns the value of attribute last_audit_timestamp.
148 149 150 |
# File 'sig/types.rbs', line 148 def end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
150 151 152 |
# File 'sig/types.rbs', line 150 def recommendations @recommendations end |