Class: Aws::Types::AppsListDataSummary

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:



61
62
63
# File 'sig/types.rbs', line 61

def apps_list
  @apps_list
end

#list_arn::String

Returns the value of attribute list_arn.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def list_arn
  @list_arn
end

#list_id::String

Returns the value of attribute list_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def list_id
  @list_id
end

#list_name::String

Returns the value of attribute list_name.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def list_name
  @list_name
end