Class: Aws::Types::PutAppsListResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutAppsListResponse
- 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.
939 940 941 |
# File 'sig/types.rbs', line 939 def apps_list @apps_list end |
#apps_list_arn ⇒ ::String
Returns the value of attribute apps_list_arn.
940 941 942 |
# File 'sig/types.rbs', line 940 def apps_list_arn @apps_list_arn end |