Class: Aws::Route53::Types::GetCheckerIpRangesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetCheckerIpRangesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the ‘CheckerIpRanges` element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#checker_ip_ranges ⇒ Array<String>
A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
Instance Attribute Details
#checker_ip_ranges ⇒ Array<String>
A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
2608 2609 2610 2611 2612 |
# File 'lib/aws-sdk-route53/types.rb', line 2608 class GetCheckerIpRangesResponse < Struct.new( :checker_ip_ranges) SENSITIVE = [] include Aws::Structure end |