Class: Aws::Types::ChannelNamespace
- Inherits:
-
Object
- Object
- Aws::Types::ChannelNamespace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#channel_namespace_arn ⇒ ::String
Returns the value of attribute channel_namespace_arn.
-
#code_handlers ⇒ ::String
Returns the value of attribute code_handlers.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#handler_configs ⇒ Types::HandlerConfigs
Returns the value of attribute handler_configs.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#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.
167 168 169 |
# File 'sig/types.rbs', line 167 def api_id @api_id end |
#channel_namespace_arn ⇒ ::String
Returns the value of attribute channel_namespace_arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def channel_namespace_arn @channel_namespace_arn end |
#code_handlers ⇒ ::String
Returns the value of attribute code_handlers.
171 172 173 |
# File 'sig/types.rbs', line 171 def code_handlers @code_handlers end |
#created ⇒ ::Time
Returns the value of attribute created.
174 175 176 |
# File 'sig/types.rbs', line 174 def created @created end |
#handler_configs ⇒ Types::HandlerConfigs
Returns the value of attribute handler_configs.
176 177 178 |
# File 'sig/types.rbs', line 176 def handler_configs @handler_configs end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
175 176 177 |
# File 'sig/types.rbs', line 175 def last_modified @last_modified end |
#name ⇒ ::String
Returns the value of attribute name.
168 169 170 |
# File 'sig/types.rbs', line 168 def name @name end |
#publish_auth_modes ⇒ ::Array[Types::AuthMode]
Returns the value of attribute publish_auth_modes.
170 171 172 |
# File 'sig/types.rbs', line 170 def publish_auth_modes @publish_auth_modes end |
#subscribe_auth_modes ⇒ ::Array[Types::AuthMode]
Returns the value of attribute subscribe_auth_modes.
169 170 171 |
# File 'sig/types.rbs', line 169 def subscribe_auth_modes @subscribe_auth_modes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
172 173 174 |
# File 'sig/types.rbs', line 172 def @tags end |