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

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

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)


1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1598

class StartContinuousExportResponse < Struct.new(
  :export_id,
  :s3_bucket,
  :start_time,
  :data_source,
  :schema_storage_config)
  include Aws::Structure
end

#export_idString

The unique ID assigned to this export.

Returns:

  • (String)


1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1598

class StartContinuousExportResponse < Struct.new(
  :export_id,
  :s3_bucket,
  :start_time,
  :data_source,
  :schema_storage_config)
  include Aws::Structure
end

#s3_bucketString

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

Returns:

  • (String)


1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1598

class StartContinuousExportResponse < Struct.new(
  :export_id,
  :s3_bucket,
  :start_time,
  :data_source,
  :schema_storage_config)
  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>)


1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1598

class StartContinuousExportResponse < Struct.new(
  :export_id,
  :s3_bucket,
  :start_time,
  :data_source,
  :schema_storage_config)
  include Aws::Structure
end

#start_timeTime

The timestamp representing when the continuous export was started.

Returns:

  • (Time)


1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1598

class StartContinuousExportResponse < Struct.new(
  :export_id,
  :s3_bucket,
  :start_time,
  :data_source,
  :schema_storage_config)
  include Aws::Structure
end