Class: Kaltura::KalturaAmazonS3StorageExportJobData

Inherits:
KalturaStorageExportJobData show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaStorageExportJobData

#create_link, #force

Attributes inherited from KalturaStorageJobData

#dest_file_sync_stored_path, #ftp_passive_mode, #server_pass_phrase, #server_password, #server_private_key, #server_public_key, #server_url, #server_username, #src_file_sync_id, #src_file_sync_local_path

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#files_permission_in_s3Object

Returns the value of attribute files_permission_in_s3.



12312
12313
12314
# File 'lib/kaltura_types.rb', line 12312

def files_permission_in_s3
  @files_permission_in_s3
end

#s3regionObject

Returns the value of attribute s3region.



12313
12314
12315
# File 'lib/kaltura_types.rb', line 12313

def s3region
  @s3region
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



12316
12317
12318
12319
12320
# File 'lib/kaltura_types.rb', line 12316

def from_xml(xml_element)
	super
	self.files_permission_in_s3 = xml_element.elements['filesPermissionInS3'].text
	self.s3region = xml_element.elements['s3Region'].text
end