Class: Aws::Route53::Types::CreateHealthCheckResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateHealthCheckResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type containing the response information for the new health check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_check ⇒ Types::HealthCheck
A complex type that contains identifying information about the health check.
-
#location ⇒ String
The unique URL representing the new health check.
Instance Attribute Details
#health_check ⇒ Types::HealthCheck
A complex type that contains identifying information about the health check.
1261 1262 1263 1264 1265 1266 |
# File 'lib/aws-sdk-route53/types.rb', line 1261 class CreateHealthCheckResponse < Struct.new( :health_check, :location) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The unique URL representing the new health check.
1261 1262 1263 1264 1265 1266 |
# File 'lib/aws-sdk-route53/types.rb', line 1261 class CreateHealthCheckResponse < Struct.new( :health_check, :location) SENSITIVE = [] include Aws::Structure end |