Class: Aws::Types::ADMChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def client_secret
  @client_secret
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


14
15
16
# File 'sig/types.rbs', line 14

def enabled
  @enabled
end