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.

Instance Attribute Summary collapse

Instance Attribute Details

#http_nameString

The name of an HTTP namespace.

Returns:

  • (String)


1159
1160
1161
1162
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1159

class HttpProperties < Struct.new(
  :http_name)
  include Aws::Structure
end