Class: Aws::Types::DeleteAttachedFileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAttachedFileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
-
#file_id ⇒ ::String
Returns the value of attribute file_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def associated_resource_arn @associated_resource_arn end |
#file_id ⇒ ::String
Returns the value of attribute file_id.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def file_id @file_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def instance_id @instance_id end |