Class: Aws::GlueDataBrew::Types::Dataset

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Represents a dataset that can be processed by DataBrew.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account that owns the dataset.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#create_dateTime

The date and time that the dataset was created.

Returns:

  • (Time)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The Amazon Resource Name (ARN) of the user who created the dataset.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The file format of a dataset that is created from an Amazon S3 file or folder.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#format_optionsTypes::FormatOptions

A set of options that define how DataBrew interprets the data in the dataset.



900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#inputTypes::Input

Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.

Returns:



900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

The Amazon Resource Name (ARN) of the user who last modified the dataset.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The last modification date and time of the dataset.

Returns:

  • (Time)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The unique name of the dataset.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#path_optionsTypes::PathOptions

A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

Returns:



900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The unique Amazon Resource Name (ARN) for the dataset.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata tags that have been applied to the dataset.

Returns:

  • (Hash<String,String>)


900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 900

class Dataset < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :name,
  :format,
  :format_options,
  :input,
  :last_modified_date,
  :last_modified_by,
  :source,
  :path_options,
  :tags,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end