Class: Aws::Types::DescribeNamespaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNamespaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#namespace_version ⇒ ::Integer
Returns the value of attribute namespace_version.
-
#tracking_namespace_name ⇒ ::String
Returns the value of attribute tracking_namespace_name.
-
#tracking_namespace_version ⇒ ::Integer
Returns the value of attribute tracking_namespace_version.
Instance Attribute Details
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def namespace_arn @namespace_arn end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
138 139 140 |
# File 'sig/types.rbs', line 138 def namespace_name @namespace_name end |
#namespace_version ⇒ ::Integer
Returns the value of attribute namespace_version.
141 142 143 |
# File 'sig/types.rbs', line 141 def namespace_version @namespace_version end |
#tracking_namespace_name ⇒ ::String
Returns the value of attribute tracking_namespace_name.
139 140 141 |
# File 'sig/types.rbs', line 139 def tracking_namespace_name @tracking_namespace_name end |
#tracking_namespace_version ⇒ ::Integer
Returns the value of attribute tracking_namespace_version.
140 141 142 |
# File 'sig/types.rbs', line 140 def tracking_namespace_version @tracking_namespace_version end |