Class: Aws::ServiceDiscovery::Types::GetNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetNamespaceRequest
- Defined in:
- gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID or Amazon Resource Name (ARN) of the namespace that you want to get information about.
Instance Attribute Details
#id ⇒ String
The ID or Amazon Resource Name (ARN) of the namespace that you want to get information about. For namespaces shared with your Amazon Web Services account, specify the namespace ARN. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide
1050 1051 1052 1053 1054 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1050 class GetNamespaceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |