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:



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

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

#locationString

The unique URL representing the new health check.

Returns:

  • (String)


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

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