Class: Aws::Types::TimeSeriesReplacementsDataSource

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#format ⇒ ::String

Returns the value of attribute format.

Returns:



1268
1269
1270
# File 'sig/types.rbs', line 1268

def format
  @format
end

#s3_config ⇒ Types::S3Config

Returns the value of attribute s3_config.

Returns:



1266
1267
1268
# File 'sig/types.rbs', line 1266

def s3_config
  @s3_config
end

#schema ⇒ Types::Schema

Returns the value of attribute schema.

Returns:



1267
1268
1269
# File 'sig/types.rbs', line 1267

def schema
  @schema
end

#timestamp_format ⇒ ::String

Returns the value of attribute timestamp_format.

Returns:



1269
1270
1271
# File 'sig/types.rbs', line 1269

def timestamp_format
  @timestamp_format
end