Class: Aws::Types::BaiduChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::BaiduChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#credential ⇒ ::String
Returns the value of attribute credential.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
329 330 331 |
# File 'sig/types.rbs', line 329 def creation_date @creation_date end |
#credential ⇒ ::String
Returns the value of attribute credential.
330 331 332 |
# File 'sig/types.rbs', line 330 def credential @credential end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
331 332 333 |
# File 'sig/types.rbs', line 331 def enabled @enabled end |
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
332 333 334 |
# File 'sig/types.rbs', line 332 def has_credential @has_credential end |
#id ⇒ ::String
Returns the value of attribute id.
333 334 335 |
# File 'sig/types.rbs', line 333 def id @id end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
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.
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.
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.
337 338 339 |
# File 'sig/types.rbs', line 337 def platform @platform end |
#version ⇒ ::Integer
Returns the value of attribute version.
338 339 340 |
# File 'sig/types.rbs', line 338 def version @version end |