Class: Aws::BCMDataExports::Types::Export

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

Overview

The details that are available for an export.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_queryTypes::DataQuery

The data query for this specific data export.

Returns:



210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 210

class Export < Struct.new(
  :data_query,
  :description,
  :destination_configurations,
  :export_arn,
  :name,
  :refresh_cadence)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for this specific data export.

Returns:

  • (String)


210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 210

class Export < Struct.new(
  :data_query,
  :description,
  :destination_configurations,
  :export_arn,
  :name,
  :refresh_cadence)
  SENSITIVE = []
  include Aws::Structure
end

#destination_configurationsTypes::DestinationConfigurations

The destination configuration for this specific data export.



210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 210

class Export < Struct.new(
  :data_query,
  :description,
  :destination_configurations,
  :export_arn,
  :name,
  :refresh_cadence)
  SENSITIVE = []
  include Aws::Structure
end

#export_arnString

The Amazon Resource Name (ARN) for this export.

Returns:

  • (String)


210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 210

class Export < Struct.new(
  :data_query,
  :description,
  :destination_configurations,
  :export_arn,
  :name,
  :refresh_cadence)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of this specific data export.

Returns:

  • (String)


210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 210

class Export < Struct.new(
  :data_query,
  :description,
  :destination_configurations,
  :export_arn,
  :name,
  :refresh_cadence)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_cadenceTypes::RefreshCadence

The cadence for Amazon Web Services to update the export in your S3 bucket.



210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 210

class Export < Struct.new(
  :data_query,
  :description,
  :destination_configurations,
  :export_arn,
  :name,
  :refresh_cadence)
  SENSITIVE = []
  include Aws::Structure
end