Class: Aws::GlueDataBrew::Types::Metadata

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

Overview

Contains additional resource information needed for specific datasets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_arnString

The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow.

Returns:

  • (String)


2768
2769
2770
2771
2772
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2768

class Metadata < Struct.new(
  :source_arn)
  SENSITIVE = []
  include Aws::Structure
end