Class: Aws::Types::DeleteFileShareInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileShareInput
- 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_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
455 456 457 |
# File 'sig/types.rbs', line 455 def file_share_arn @file_share_arn end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
456 457 458 |
# File 'sig/types.rbs', line 456 def force_delete @force_delete end |