Class: Aws::Types::PutAppsListRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAppsListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apps_list ⇒ Types::AppsListData
Returns the value of attribute apps_list.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#apps_list ⇒ Types::AppsListData
Returns the value of attribute apps_list.
933 934 935 |
# File 'sig/types.rbs', line 933 def apps_list @apps_list end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
934 935 936 |
# File 'sig/types.rbs', line 934 def tag_list @tag_list end |