Class: Aws::Route53::Types::GetCheckerIpRangesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

A complex type that contains the CheckerIpRanges element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#checker_ip_rangesArray<String>

A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

Returns:

  • (Array<String>)


2610
2611
2612
2613
2614
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2610

class GetCheckerIpRangesResponse < Struct.new(
  :checker_ip_ranges)
  SENSITIVE = []
  include Aws::Structure
end