You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceString

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

Possible values:

  • AGENT

Returns:

  • (String)

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

#export_idString

The unique ID assigned to this export.

Returns:

  • (String)

    The unique ID assigned to this export.

#s3_bucketString

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

Returns:

  • (String)

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

#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>)

    A dictionary which describes how the data is stored.

#start_timeTime

The timestamp representing when the continuous export was started.

Returns:

  • (Time)

    The timestamp representing when the continuous export was started.