Class: Aws::ServiceDiscovery::Types::GetNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetNamespaceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the namespace that you want to get information about.
Instance Attribute Details
#id ⇒ String
The ID of the namespace that you want to get information about.
941 942 943 944 945 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 941 class GetNamespaceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |