Class: Aws::Types::PersistentAppUI
- Inherits:
-
Object
- Object
- Aws::Types::PersistentAppUI
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#author_id ⇒ ::String
Returns the value of attribute author_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#last_state_change_reason ⇒ ::String
Returns the value of attribute last_state_change_reason.
-
#persistent_app_ui_id ⇒ ::String
Returns the value of attribute persistent_app_ui_id.
-
#persistent_app_ui_status ⇒ ::String
Returns the value of attribute persistent_app_ui_status.
-
#persistent_app_ui_type_list ⇒ ::Array[("SHS" | "TEZ" | "YTS")]
Returns the value of attribute persistent_app_ui_type_list.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#author_id ⇒ ::String
Returns the value of attribute author_id.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def @author_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def last_modified_time @last_modified_time end |
#last_state_change_reason ⇒ ::String
Returns the value of attribute last_state_change_reason.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def last_state_change_reason @last_state_change_reason end |
#persistent_app_ui_id ⇒ ::String
Returns the value of attribute persistent_app_ui_id.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def persistent_app_ui_id @persistent_app_ui_id end |
#persistent_app_ui_status ⇒ ::String
Returns the value of attribute persistent_app_ui_status.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def persistent_app_ui_status @persistent_app_ui_status end |
#persistent_app_ui_type_list ⇒ ::Array[("SHS" | "TEZ" | "YTS")]
Returns the value of attribute persistent_app_ui_type_list.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def persistent_app_ui_type_list @persistent_app_ui_type_list end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def @tags end |