Class: Aws::ServiceDiscovery::Types::HttpProperties

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

A complex type that contains the name of an HTTP namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_nameString

The name of an HTTP namespace.

Returns:

  • (String)


1284
1285
1286
1287
1288
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1284

class HttpProperties < Struct.new(
  :http_name)
  SENSITIVE = []
  include Aws::Structure
end