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.
1272 1273 1274 1275 1276 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1272 class HttpNamespaceChange < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |