Class: Aws::Types::CompleteAttachmentUploadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_ids::Array[::String]

Returns the value of attribute attachment_ids.

Returns:

  • (::Array[::String])


45
46
47
# File 'sig/types.rbs', line 45

def attachment_ids
  @attachment_ids
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def client_token
  @client_token
end

#connection_token::String

Returns the value of attribute connection_token.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def connection_token
  @connection_token
end