Class: Aws::ARCRegionswitch::Types::Route53HealthCheck
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::Route53HealthCheck
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
The Amazon Route 53 health check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_check_id ⇒ String
The Amazon Route 53 health check ID.
-
#hosted_zone_id ⇒ String
The Amazon Route 53 health check hosted zone ID.
-
#record_name ⇒ String
The Amazon Route 53 record name.
-
#region ⇒ String
The Amazon Route 53 Region.
-
#status ⇒ String
The Amazon Route 53 health check status.
Instance Attribute Details
#health_check_id ⇒ String
The Amazon Route 53 health check ID.
2007 2008 2009 2010 2011 2012 2013 2014 2015 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2007 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |
#hosted_zone_id ⇒ String
The Amazon Route 53 health check hosted zone ID.
2007 2008 2009 2010 2011 2012 2013 2014 2015 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2007 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |
#record_name ⇒ String
The Amazon Route 53 record name.
2007 2008 2009 2010 2011 2012 2013 2014 2015 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2007 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Route 53 Region.
2007 2008 2009 2010 2011 2012 2013 2014 2015 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2007 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The Amazon Route 53 health check status.
2007 2008 2009 2010 2011 2012 2013 2014 2015 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2007 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |