Class: Aws::MigrationHubRefactorSpaces::Types::UrlEndpointConfig

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

Overview

The configuration for the URL endpoint type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_urlString

The health check URL of the URL endpoint type.

Returns:

  • (String)


2449
2450
2451
2452
2453
2454
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2449

class UrlEndpointConfig < Struct.new(
  :health_url,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The HTTP URL endpoint.

Returns:

  • (String)


2449
2450
2451
2452
2453
2454
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2449

class UrlEndpointConfig < Struct.new(
  :health_url,
  :url)
  SENSITIVE = []
  include Aws::Structure
end