Class: Aws::IoTThingsGraph::Types::DescribeNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::DescribeNamespaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace_arn ⇒ String
The ARN of the namespace.
-
#namespace_name ⇒ String
The name of the namespace.
-
#namespace_version ⇒ Integer
The version of the user’s namespace to describe.
-
#tracking_namespace_name ⇒ String
The name of the public namespace that the latest namespace version is tracking.
-
#tracking_namespace_version ⇒ Integer
The version of the public namespace that the latest version is tracking.
Instance Attribute Details
#namespace_arn ⇒ String
The ARN of the namespace.
352 353 354 355 356 357 358 359 360 |
# File '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_name ⇒ String
The name of the namespace.
352 353 354 355 356 357 358 359 360 |
# File '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_version ⇒ Integer
The version of the user’s namespace to describe.
352 353 354 355 356 357 358 359 360 |
# File '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_name ⇒ String
The name of the public namespace that the latest namespace version is tracking.
352 353 354 355 356 357 358 359 360 |
# File '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_version ⇒ Integer
The version of the public namespace that the latest version is tracking.
352 353 354 355 356 357 358 359 360 |
# File '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 |