Class: Aws::Types::BaiduChannelResponse

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)


328
329
330
# File 'sig/types.rbs', line 328

def application_id
  @application_id
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def creation_date
  @creation_date
end

#credential::String

Returns the value of attribute credential.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def credential
  @credential
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


331
332
333
# File 'sig/types.rbs', line 331

def enabled
  @enabled
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:

  • (Boolean)


332
333
334
# File 'sig/types.rbs', line 332

def has_credential
  @has_credential
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def id
  @id
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


334
335
336
# File 'sig/types.rbs', line 334

def is_archived
  @is_archived
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def last_modified_by
  @last_modified_by
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def last_modified_date
  @last_modified_date
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def platform
  @platform
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


338
339
340
# File 'sig/types.rbs', line 338

def version
  @version
end