Class: Aws::ServiceDiscovery::Types::GetNamespaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the namespace that you want to get information about.

Returns:

  • (String)


939
940
941
942
943
# File 'lib/aws-sdk-servicediscovery/types.rb', line 939

class GetNamespaceRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end