Class: Aws::ApplicationDiscoveryService::Types::StartContinuousExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartContinuousExportResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ String
The type of data collector used to gather this data (currently only offered for AGENT).
-
#export_id ⇒ String
The unique ID assigned to this export.
-
#s3_bucket ⇒ String
The name of the s3 bucket where the export data parquet files are stored.
-
#schema_storage_config ⇒ Hash<String,String>
A dictionary which describes how the data is stored.
-
#start_time ⇒ Time
The timestamp representing when the continuous export was started.
Instance Attribute Details
#data_source ⇒ String
The type of data collector used to gather this data (currently only offered for AGENT).
1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1918 class StartContinuousExportResponse < Struct.new( :export_id, :s3_bucket, :start_time, :data_source, :schema_storage_config) SENSITIVE = [] include Aws::Structure end |
#export_id ⇒ String
The unique ID assigned to this export.
1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1918 class StartContinuousExportResponse < Struct.new( :export_id, :s3_bucket, :start_time, :data_source, :schema_storage_config) SENSITIVE = [] include Aws::Structure end |
#s3_bucket ⇒ String
The name of the s3 bucket where the export data parquet files are stored.
1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1918 class StartContinuousExportResponse < Struct.new( :export_id, :s3_bucket, :start_time, :data_source, :schema_storage_config) SENSITIVE = [] include Aws::Structure end |
#schema_storage_config ⇒ Hash<String,String>
A dictionary which describes how the data is stored.
databaseName
- the name of the Glue database used to store the schema.
^
1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1918 class StartContinuousExportResponse < Struct.new( :export_id, :s3_bucket, :start_time, :data_source, :schema_storage_config) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp representing when the continuous export was started.
1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1918 class StartContinuousExportResponse < Struct.new( :export_id, :s3_bucket, :start_time, :data_source, :schema_storage_config) SENSITIVE = [] include Aws::Structure end |