Class: Aws::Types::DeleteAttachedFileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_arn::String

Returns the value of attribute associated_resource_arn.

Returns:



2272
2273
2274
# File 'sig/types.rbs', line 2272

def associated_resource_arn
  @associated_resource_arn
end

#file_id::String

Returns the value of attribute file_id.

Returns:



2271
2272
2273
# File 'sig/types.rbs', line 2271

def file_id
  @file_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



2270
2271
2272
# File 'sig/types.rbs', line 2270

def instance_id
  @instance_id
end