Class: Aws::Route53::Types::CreateHealthCheckResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

Instance Attribute Details

#health_checkTypes::HealthCheck

A complex type that contains identifying information about the health check.

Returns:



1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1263

class CreateHealthCheckResponse < Struct.new(
  :health_check,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The unique URL representing the new health check.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1263

class CreateHealthCheckResponse < Struct.new(
  :health_check,
  :location)
  SENSITIVE = []
  include Aws::Structure
end