Class: Aws::IoTThingsGraph::Types::DescribeNamespaceResponse

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.

Returns:

  • (String)


352
353
354
355
356
357
358
359
360
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 352

class DescribeNamespaceResponse < Struct.new(
  :namespace_arn,
  :namespace_name,
  :tracking_namespace_name,
  :tracking_namespace_version,
  :namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_nameString

The name of the namespace.

Returns:

  • (String)


352
353
354
355
356
357
358
359
360
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 352

class DescribeNamespaceResponse < Struct.new(
  :namespace_arn,
  :namespace_name,
  :tracking_namespace_name,
  :tracking_namespace_version,
  :namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_versionInteger

The version of the user's namespace to describe.

Returns:

  • (Integer)


352
353
354
355
356
357
358
359
360
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 352

class DescribeNamespaceResponse < Struct.new(
  :namespace_arn,
  :namespace_name,
  :tracking_namespace_name,
  :tracking_namespace_version,
  :namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#tracking_namespace_nameString

The name of the public namespace that the latest namespace version is tracking.

Returns:

  • (String)


352
353
354
355
356
357
358
359
360
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 352

class DescribeNamespaceResponse < Struct.new(
  :namespace_arn,
  :namespace_name,
  :tracking_namespace_name,
  :tracking_namespace_version,
  :namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#tracking_namespace_versionInteger

The version of the public namespace that the latest version is tracking.

Returns:

  • (Integer)


352
353
354
355
356
357
358
359
360
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 352

class DescribeNamespaceResponse < Struct.new(
  :namespace_arn,
  :namespace_name,
  :tracking_namespace_name,
  :tracking_namespace_version,
  :namespace_version)
  SENSITIVE = []
  include Aws::Structure
end