Class: Aws::Types::DataSetExportConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: DataSets, S3Location, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_sets::Array[Types::DataSetExportItem]

Returns the value of attribute data_sets.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def data_sets
  @data_sets
end

#s3_location::String

Returns the value of attribute s3_location.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def s3_location
  @s3_location
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


207
208
209
# File 'sig/types.rbs', line 207

def unknown
  @unknown
end