Class: Aws::Types::StartAttachmentUploadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_name::String

Returns the value of attribute attachment_name.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def attachment_name
  @attachment_name
end

#attachment_size_in_bytes::Integer

Returns the value of attribute attachment_size_in_bytes.

Returns:

  • (::Integer)


231
232
233
# File 'sig/types.rbs', line 231

def attachment_size_in_bytes
  @attachment_size_in_bytes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def client_token
  @client_token
end

#connection_token::String

Returns the value of attribute connection_token.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def connection_token
  @connection_token
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def content_type
  @content_type
end