Class: Aws::Types::UpdateChannelNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#code_handlers ⇒ ::String
Returns the value of attribute code_handlers.
-
#handler_configs ⇒ Types::HandlerConfigs
Returns the value of attribute handler_configs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#publish_auth_modes ⇒ ::Array[Types::AuthMode]
Returns the value of attribute publish_auth_modes.
-
#subscribe_auth_modes ⇒ ::Array[Types::AuthMode]
Returns the value of attribute subscribe_auth_modes.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def api_id @api_id end |
#code_handlers ⇒ ::String
Returns the value of attribute code_handlers.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def code_handlers @code_handlers end |
#handler_configs ⇒ Types::HandlerConfigs
Returns the value of attribute handler_configs.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def handler_configs @handler_configs end |
#name ⇒ ::String
Returns the value of attribute name.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def name @name end |
#publish_auth_modes ⇒ ::Array[Types::AuthMode]
Returns the value of attribute publish_auth_modes.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def publish_auth_modes @publish_auth_modes end |
#subscribe_auth_modes ⇒ ::Array[Types::AuthMode]
Returns the value of attribute subscribe_auth_modes.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def subscribe_auth_modes @subscribe_auth_modes end |