Class: Aws::IoTThingsGraph::Types::DescribeNamespaceRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespace_nameString

The name of the user’s namespace. Set this to ‘aws` to get the public namespace.

Returns:

  • (String)


324
325
326
327
328
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 324

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