Class: Aws::Types::AppsListDataSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppsListDataSummary
- 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.
-
#list_arn ⇒ ::String
Returns the value of attribute list_arn.
-
#list_id ⇒ ::String
Returns the value of attribute list_id.
-
#list_name ⇒ ::String
Returns the value of attribute list_name.
Instance Attribute Details
#apps_list ⇒ ::Array[Types::App]
Returns the value of attribute apps_list.
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.
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.
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.
60 61 62 |
# File 'sig/types.rbs', line 60 def list_name @list_name end |