Class: Aws::Types::GetAppsListResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAppsListResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apps_list ⇒ Types::AppsListData
Returns the value of attribute apps_list.
-
#apps_list_arn ⇒ ::String
Returns the value of attribute apps_list_arn.
Instance Attribute Details
#apps_list ⇒ Types::AppsListData
Returns the value of attribute apps_list.
370 371 372 |
# File 'sig/types.rbs', line 370 def apps_list @apps_list end |
#apps_list_arn ⇒ ::String
Returns the value of attribute apps_list_arn.
371 372 373 |
# File 'sig/types.rbs', line 371 def apps_list_arn @apps_list_arn end |