Class: Bitmovin::Encoding::Inputs::GenericS3Input

Inherits:
Resource
  • Object
show all
Defined in:
lib/bitmovin/encoding/inputs/generic_s3_input.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

#delete!, find, init, #init_instance, #initialize, #inspect, list, #persisted?, #save!

Methods included from Helpers

#camelize_hash, #hash_to_struct, result, #result, #underscore_hash

Constructor Details

This class inherits a constructor from Bitmovin::Resource

Instance Attribute Details

#access_keyObject

Returns the value of attribute access_key.



5
6
7
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 5

def access_key
  @access_key
end

#bucket_nameObject

Returns the value of attribute bucket_name.



4
5
6
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 4

def bucket_name
  @bucket_name
end

#cloud_regionObject

Returns the value of attribute cloud_region.



4
5
6
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 4

def cloud_region
  @cloud_region
end

#created_atObject

Returns the value of attribute created_at.



4
5
6
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 4

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 4

def description
  @description
end

#hostObject

Returns the value of attribute host.



4
5
6
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 4

def host
  @host
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 4

def id
  @id
end

#modified_atObject

Returns the value of attribute modified_at.



4
5
6
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 4

def modified_at
  @modified_at
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 4

def name
  @name
end

#portObject

Returns the value of attribute port.



4
5
6
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 4

def port
  @port
end

#secret_keyObject

Returns the value of attribute secret_key.



5
6
7
# File 'lib/bitmovin/encoding/inputs/generic_s3_input.rb', line 5

def secret_key
  @secret_key
end