Class: Aws::Route53RecoveryReadiness::Types::ListReadinessChecksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::ListReadinessChecksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ String
826 827 828 829 830 831 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 826 class ListReadinessChecksResponse < Struct.new( :next_token, :readiness_checks) SENSITIVE = [] include Aws::Structure end |
#readiness_checks ⇒ Array<Types::ReadinessCheckOutput>
826 827 828 829 830 831 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 826 class ListReadinessChecksResponse < Struct.new( :next_token, :readiness_checks) SENSITIVE = [] include Aws::Structure end |