Class: Aws::Types::CompleteAttachedFileUploadRequest

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:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def associated_resource_arn
  @associated_resource_arn
end

#file_id::String

Returns the value of attribute file_id.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def file_id
  @file_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def instance_id
  @instance_id
end