Class: Aws::ApplicationDiscoveryService::Types::StartContinuousExportResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceString

The type of data collector used to gather this data (currently only offered for AGENT).

Returns:

  • (String)


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_idString

The unique ID assigned to this export.

Returns:

  • (String)


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_bucketString

The name of the s3 bucket where the export data parquet files are stored.

Returns:

  • (String)


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_configHash<String,String>

A dictionary which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.

^

Returns:

  • (Hash<String,String>)


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_timeTime

The timestamp representing when the continuous export was started.

Returns:

  • (Time)


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