Class: Aws::ServiceDiscovery::Types::GetNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetNamespaceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ Types::Namespace
A complex type that contains information about the specified namespace.
Instance Attribute Details
#namespace ⇒ Types::Namespace
A complex type that contains information about the specified namespace.
954 955 956 957 958 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 954 class GetNamespaceResponse < Struct.new( :namespace) SENSITIVE = [] include Aws::Structure end |