Class: Aws::Types::ChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::ChannelResponse
- 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.
-
#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.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
471 472 473 |
# File 'sig/types.rbs', line 471 def application_id @application_id end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
472 473 474 |
# File 'sig/types.rbs', line 472 def creation_date @creation_date end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
473 474 475 |
# File 'sig/types.rbs', line 473 def enabled @enabled end |
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
474 475 476 |
# File 'sig/types.rbs', line 474 def has_credential @has_credential end |
#id ⇒ ::String
Returns the value of attribute id.
475 476 477 |
# File 'sig/types.rbs', line 475 def id @id end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
476 477 478 |
# File 'sig/types.rbs', line 476 def is_archived @is_archived end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
477 478 479 |
# File 'sig/types.rbs', line 477 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
478 479 480 |
# File 'sig/types.rbs', line 478 def last_modified_date @last_modified_date end |
#version ⇒ ::Integer
Returns the value of attribute version.
479 480 481 |
# File 'sig/types.rbs', line 479 def version @version end |