Class: Aws::Types::UpdateBaiduChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBaiduChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#baidu_channel_request ⇒ Types::BaiduChannelRequest
Returns the value of attribute baidu_channel_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def application_id @application_id end |
#baidu_channel_request ⇒ Types::BaiduChannelRequest
Returns the value of attribute baidu_channel_request.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def baidu_channel_request @baidu_channel_request end |