Class: Aws::Route53RecoveryReadiness::Types::GetArchitectureRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::GetArchitectureRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_audit_timestamp ⇒ Time
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
- #next_token ⇒ String
- #recommendations ⇒ Array<Types::Recommendation>
Instance Attribute Details
#last_audit_timestamp ⇒ Time
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
412 413 414 415 416 417 418 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 412 class GetArchitectureRecommendationsResponse < Struct.new( :last_audit_timestamp, :next_token, :recommendations) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
412 413 414 415 416 417 418 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 412 class GetArchitectureRecommendationsResponse < Struct.new( :last_audit_timestamp, :next_token, :recommendations) SENSITIVE = [] include Aws::Structure end |
#recommendations ⇒ Array<Types::Recommendation>
412 413 414 415 416 417 418 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 412 class GetArchitectureRecommendationsResponse < Struct.new( :last_audit_timestamp, :next_token, :recommendations) SENSITIVE = [] include Aws::Structure end |