Class: Aws::Types::ContinuousExportDescription

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


121
122
123
# File 'sig/types.rbs', line 121

def data_source
  @data_source
end

#export_id::String

Returns the value of attribute export_id.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def export_id
  @export_id
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def s3_bucket
  @s3_bucket
end

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

Returns the value of attribute schema_storage_config.

Returns:

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


122
123
124
# File 'sig/types.rbs', line 122

def schema_storage_config
  @schema_storage_config
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


119
120
121
# File 'sig/types.rbs', line 119

def start_time
  @start_time
end

#status"START_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("START_IN_PROGRESS", "START_FAILED", "ACTIVE", "ERROR", "STOP_IN_PROGRESS", "STOP_FAILED", "INACTIVE")


116
117
118
# File 'sig/types.rbs', line 116

def status
  @status
end

#status_detail::String

Returns the value of attribute status_detail.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def status_detail
  @status_detail
end

#stop_time::Time

Returns the value of attribute stop_time.

Returns:

  • (::Time)


120
121
122
# File 'sig/types.rbs', line 120

def stop_time
  @stop_time
end