Class: Aws::Types::GCMChannelRequest

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:



1283
1284
1285
# File 'sig/types.rbs', line 1283

def api_key
  @api_key
end

#default_authentication_method::String

Returns the value of attribute default_authentication_method.

Returns:



1284
1285
1286
# File 'sig/types.rbs', line 1284

def default_authentication_method
  @default_authentication_method
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:



1285
1286
1287
# File 'sig/types.rbs', line 1285

def enabled
  @enabled
end

#service_json::String

Returns the value of attribute service_json.

Returns:



1286
1287
1288
# File 'sig/types.rbs', line 1286

def service_json
  @service_json
end