Class: Aws::Types::CreateChannelNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelNamespaceRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
260 261 262 |
# File 'sig/types.rbs', line 260 def api_id @api_id end |
#code_handlers ⇒ ::String
Returns the value of attribute code_handlers.
264 265 266 |
# File 'sig/types.rbs', line 264 def code_handlers @code_handlers end |
#handler_configs ⇒ Types::HandlerConfigs
Returns the value of attribute handler_configs.
266 267 268 |
# File 'sig/types.rbs', line 266 def handler_configs @handler_configs end |
#name ⇒ ::String
Returns the value of attribute name.
261 262 263 |
# File 'sig/types.rbs', line 261 def name @name end |
#publish_auth_modes ⇒ ::Array[Types::AuthMode]
Returns the value of attribute publish_auth_modes.
263 264 265 |
# File 'sig/types.rbs', line 263 def publish_auth_modes @publish_auth_modes end |
#subscribe_auth_modes ⇒ ::Array[Types::AuthMode]
Returns the value of attribute subscribe_auth_modes.
262 263 264 |
# File 'sig/types.rbs', line 262 def subscribe_auth_modes @subscribe_auth_modes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
265 266 267 |
# File 'sig/types.rbs', line 265 def @tags end |