Class: Aws::GlueDataBrew::Types::DescribeDatasetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateTime

The date and time that the dataset was created.

Returns:

  • (Time)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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 identifier (user name) of the user who created the dataset.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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

Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.



1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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

Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.

Returns:



1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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 identifier (user name) of the user who last modified the dataset.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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 date and time that the dataset was last modified.

Returns:

  • (Time)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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 name of the dataset.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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:



1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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 Amazon Resource Name (ARN) of the dataset.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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 this dataset, Amazon S3 or the Glue Data Catalog.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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 associated with this dataset.

Returns:

  • (Hash<String,String>)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1215

class DescribeDatasetResponse < Struct.new(
  :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