Class: Aws::BCMDataExports::Types::Export
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::Export
- 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
-
#data_query ⇒ Types::DataQuery
The data query for this specific data export.
-
#description ⇒ String
The description for this specific data export.
-
#destination_configurations ⇒ Types::DestinationConfigurations
The destination configuration for this specific data export.
-
#export_arn ⇒ String
The Amazon Resource Name (ARN) for this export.
-
#name ⇒ String
The name of this specific data export.
-
#refresh_cadence ⇒ Types::RefreshCadence
The cadence for Amazon Web Services to update the export in your S3 bucket.
Instance Attribute Details
#data_query ⇒ Types::DataQuery
The data query 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 |
#description ⇒ String
The description 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 |
#destination_configurations ⇒ Types::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_arn ⇒ String
The Amazon Resource Name (ARN) for this 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 |
#name ⇒ String
The name of 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 |
#refresh_cadence ⇒ Types::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 |