Class: Aws::Types::StartContinuousExportResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source"AGENT"

Returns the value of attribute data_source.

Returns:

  • ("AGENT")


540
541
542
# File 'sig/types.rbs', line 540

def data_source
  @data_source
end

#export_id::String

Returns the value of attribute export_id.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def export_id
  @export_id
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def s3_bucket
  @s3_bucket
end

#schema_storage_config::Hash[::String, ::String]

Returns the value of attribute schema_storage_config.

Returns:

  • (::Hash[::String, ::String])


541
542
543
# File 'sig/types.rbs', line 541

def schema_storage_config
  @schema_storage_config
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


539
540
541
# File 'sig/types.rbs', line 539

def start_time
  @start_time
end