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
Note:
When making an API call, you may pass HttpNamespaceChange data as a hash:
{
description: "ResourceDescription", # required
}
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.
1438 1439 1440 1441 1442 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1438 class HttpNamespaceChange < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |