Class: Aws::Types::RefreshCacheInput
- Inherits:
-
Object
- Object
- Aws::Types::RefreshCacheInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
-
#folder_list ⇒ ::Array[::String]
Returns the value of attribute folder_list.
-
#recursive ⇒ Boolean
Returns the value of attribute recursive.
Instance Attribute Details
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def file_share_arn @file_share_arn end |
#folder_list ⇒ ::Array[::String]
Returns the value of attribute folder_list.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def folder_list @folder_list end |
#recursive ⇒ Boolean
Returns the value of attribute recursive.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def recursive @recursive end |