Class: Aws::Types::GCMChannelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def application_id
  @application_id
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def creation_date
  @creation_date
end

#credential::String

Returns the value of attribute credential.

Returns:

  • (::String)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def credential
  @credential
end

#default_authentication_method::String

Returns the value of attribute default_authentication_method.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def default_authentication_method
  @default_authentication_method
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def enabled
  @enabled
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:

  • (Boolean)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def has_credential
  @has_credential
end

#has_fcm_service_credentialsBoolean

Returns the value of attribute has_fcm_service_credentials.

Returns:

  • (Boolean)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def has_fcm_service_credentials
  @has_fcm_service_credentials
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def id
  @id
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def is_archived
  @is_archived
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def last_modified_by
  @last_modified_by
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def last_modified_date
  @last_modified_date
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def platform
  @platform
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def version
  @version
end