Class: Aws::IoTThingsGraph::Types::DescribeNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::DescribeNamespaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace_name ⇒ String
The name of the user’s namespace.
Instance Attribute Details
#namespace_name ⇒ String
The name of the user’s namespace. Set this to ‘aws` to get the public namespace.
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 |