Class: Aws::Types::ADMChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::ADMChannelResponse
- 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.
-
#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.
19 20 21 |
# File 'sig/types.rbs', line 19 def application_id @application_id end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
20 21 22 |
# File 'sig/types.rbs', line 20 def creation_date @creation_date end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
21 22 23 |
# File 'sig/types.rbs', line 21 def enabled @enabled end |
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
22 23 24 |
# File 'sig/types.rbs', line 22 def has_credential @has_credential end |
#id ⇒ ::String
Returns the value of attribute id.
23 24 25 |
# File 'sig/types.rbs', line 23 def id @id end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
24 25 26 |
# File 'sig/types.rbs', line 24 def is_archived @is_archived end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
25 26 27 |
# File 'sig/types.rbs', line 25 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
26 27 28 |
# File 'sig/types.rbs', line 26 def last_modified_date @last_modified_date end |
#platform ⇒ ::String
Returns the value of attribute platform.
27 28 29 |
# File 'sig/types.rbs', line 27 def platform @platform end |
#version ⇒ ::Integer
Returns the value of attribute version.
28 29 30 |
# File 'sig/types.rbs', line 28 def version @version end |