Class: Aws::Types::SecureNamespaceInfo
- Inherits:
-
Object
- Object
- Aws::Types::SecureNamespaceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def cluster_id @cluster_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
570 571 572 |
# File 'sig/types.rbs', line 570 def namespace @namespace end |