Class: Aws::Types::NameIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::NameIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
4591 4592 4593 |
# File 'sig/types.rbs', line 4591 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4592 4593 4594 |
# File 'sig/types.rbs', line 4592 def namespace @namespace end |