Class: Aws::ServiceDiscovery::Types::HttpNamespaceChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::HttpNamespaceChange
- 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
-
#description ⇒ String
An updated description for the HTTP namespace.
Instance Attribute Details
#description ⇒ String
An updated description for the HTTP namespace.
1320 1321 1322 1323 1324 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1320 class HttpNamespaceChange < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |