Class: Aws::ServiceDiscovery::Types::HttpNamespaceChange

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

Overview

Updated properties for the HTTP namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

An updated description for the HTTP namespace.

Returns:

  • (String)


1270
1271
1272
1273
1274
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1270

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