Class: Aws::Types::GetChannelNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
719 720 721 |
# File 'sig/types.rbs', line 719 def api_id @api_id end |
#name ⇒ ::String
Returns the value of attribute name.
720 721 722 |
# File 'sig/types.rbs', line 720 def name @name end |