Class: Aws::Types::BasicDeviceObject
- Inherits:
-
Object
- Object
- Aws::Types::BasicDeviceObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#created ⇒ ::String
Returns the value of attribute created.
-
#last_login ⇒ ::String
Returns the value of attribute last_login.
-
#status_text ⇒ ::String
Returns the value of attribute status_text.
-
#suspend ⇒ Boolean
Returns the value of attribute suspend.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def app_id @app_id end |
#created ⇒ ::String
Returns the value of attribute created.
18 19 20 |
# File 'sig/types.rbs', line 18 def created @created end |
#last_login ⇒ ::String
Returns the value of attribute last_login.
19 20 21 |
# File 'sig/types.rbs', line 19 def last_login @last_login end |
#status_text ⇒ ::String
Returns the value of attribute status_text.
20 21 22 |
# File 'sig/types.rbs', line 20 def status_text @status_text end |
#suspend ⇒ Boolean
Returns the value of attribute suspend.
21 22 23 |
# File 'sig/types.rbs', line 21 def suspend @suspend end |
#type ⇒ ::String
Returns the value of attribute type.
22 23 24 |
# File 'sig/types.rbs', line 22 def type @type end |