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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/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 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 324

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