Class: Aws::IoTThingsGraph::Types::DeleteNamespaceResponse

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_arnString

The ARN of the namespace to be deleted.

Returns:

  • (String)


202
203
204
205
206
207
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 202

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

#namespace_nameString

The name of the namespace to be deleted.

Returns:

  • (String)


202
203
204
205
206
207
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 202

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