Class: Aws::Types::AppsListData
- Inherits:
-
Object
- Object
- Aws::Types::AppsListData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apps_list ⇒ ::Array[Types::App]
Returns the value of attribute apps_list.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#list_id ⇒ ::String
Returns the value of attribute list_id.
-
#list_name ⇒ ::String
Returns the value of attribute list_name.
-
#list_update_token ⇒ ::String
Returns the value of attribute list_update_token.
-
#previous_apps_list ⇒ ::Hash[::String, ::Array[Types::App]]
Returns the value of attribute previous_apps_list.
Instance Attribute Details
#apps_list ⇒ ::Array[Types::App]
Returns the value of attribute apps_list.
52 53 54 |
# File 'sig/types.rbs', line 52 def apps_list @apps_list end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
50 51 52 |
# File 'sig/types.rbs', line 50 def create_time @create_time end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
51 52 53 |
# File 'sig/types.rbs', line 51 def last_update_time @last_update_time end |
#list_id ⇒ ::String
Returns the value of attribute list_id.
47 48 49 |
# File 'sig/types.rbs', line 47 def list_id @list_id end |
#list_name ⇒ ::String
Returns the value of attribute list_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def list_name @list_name end |
#list_update_token ⇒ ::String
Returns the value of attribute list_update_token.
49 50 51 |
# File 'sig/types.rbs', line 49 def list_update_token @list_update_token end |
#previous_apps_list ⇒ ::Hash[::String, ::Array[Types::App]]
Returns the value of attribute previous_apps_list.
53 54 55 |
# File 'sig/types.rbs', line 53 def previous_apps_list @previous_apps_list end |