Class: Aws::Types::BaiduChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key::String

Returns the value of attribute api_key.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def api_key
  @api_key
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


322
323
324
# File 'sig/types.rbs', line 322

def enabled
  @enabled
end

#secret_key::String

Returns the value of attribute secret_key.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def secret_key
  @secret_key
end