Class: Aws::Types::EvictFilesFailingUploadInput
- Inherits:
-
Object
- Object
- Aws::Types::EvictFilesFailingUploadInput
- 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.
-
#force_remove ⇒ Boolean
Returns the value of attribute force_remove.
Instance Attribute Details
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
867 868 869 |
# File 'sig/types.rbs', line 867 def file_share_arn @file_share_arn end |
#force_remove ⇒ Boolean
Returns the value of attribute force_remove.
868 869 870 |
# File 'sig/types.rbs', line 868 def force_remove @force_remove end |