Class: Aws::Types::BaiduChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::BaiduChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
321 322 323 |
# File 'sig/types.rbs', line 321 def api_key @api_key end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
322 323 324 |
# File 'sig/types.rbs', line 322 def enabled @enabled end |
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
323 324 325 |
# File 'sig/types.rbs', line 323 def secret_key @secret_key end |