Class: Aws::ServiceDiscovery::Types::HttpNamespaceChange
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ServiceDiscovery::Types::HttpNamespaceChange
 
- Defined in:
- gems/aws-sdk-servicediscovery/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.
| 1430 1431 1432 1433 1434 | # File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1430 class HttpNamespaceChange < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |