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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicediscovery/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)


942
943
944
945
946
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 942

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