Class: Aws::Types::TimeSeriesIdentifiers

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source ⇒ Types::DataSource

Returns the value of attribute data_source.

Returns:



1259
1260
1261
# File 'sig/types.rbs', line 1259

def data_source
  @data_source
end

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def format
  @format
end

#schema ⇒ Types::Schema

Returns the value of attribute schema.

Returns:



1260
1261
1262
# File 'sig/types.rbs', line 1260

def schema
  @schema
end