Class: Aws::Types::CreateUploadUrlResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#import_id ⇒ ::String

Returns the value of attribute import_id.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def import_id
  @import_id
end

#upload_url ⇒ ::String

Returns the value of attribute upload_url.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def upload_url
  @upload_url
end