Class: Egis::QueryOutputLocation

Inherits:
Struct
  • Object
show all
Defined in:
lib/egis/query_output_location.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucket ⇒ String (readonly)

Returns Query output's S3 bucket.

Returns:

  • (String) —

    Query output's S3 bucket



12
# File 'lib/egis/query_output_location.rb', line 12

QueryOutputLocation = Struct.new(:url, :bucket, :key)

#key ⇒ String (readonly)

Returns Query output's S3 path.

Returns:

  • (String) —

    Query output's S3 path



12
# File 'lib/egis/query_output_location.rb', line 12

QueryOutputLocation = Struct.new(:url, :bucket, :key)

#url ⇒ String (readonly)

Returns Query output file's URL.

Returns:

  • (String) —

    Query output file's URL



12
# File 'lib/egis/query_output_location.rb', line 12

QueryOutputLocation = Struct.new(:url, :bucket, :key)