Class: Aws::Types::AppsListData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#apps_list::Array[Types::App]

Returns the value of attribute apps_list.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def previous_apps_list
  @previous_apps_list
end