Class: Aws::MigrationHubRefactorSpaces::Types::UrlEndpointConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::UrlEndpointConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
The configuration for the URL endpoint type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_url ⇒ String
The health check URL of the URL endpoint type.
-
#url ⇒ String
The HTTP URL endpoint.
Instance Attribute Details
#health_url ⇒ String
The health check URL of the URL endpoint type.
2449 2450 2451 2452 2453 2454 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2449 class UrlEndpointConfig < Struct.new( :health_url, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The HTTP URL endpoint.
2449 2450 2451 2452 2453 2454 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2449 class UrlEndpointConfig < Struct.new( :health_url, :url) SENSITIVE = [] include Aws::Structure end |