Class: Aws::Types::InfluxDBAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_configTypes::InfluxDBBatchConfig

Returns the value of attribute batch_config.



2673
2674
2675
# File 'sig/types.rbs', line 2673

def batch_config
  @batch_config
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2668
2669
2670
# File 'sig/types.rbs', line 2668

def database_name
  @database_name
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


2666
2667
2668
# File 'sig/types.rbs', line 2666

def destination_arn
  @destination_arn
end

#organization::String

Returns the value of attribute organization.

Returns:

  • (::String)


2670
2671
2672
# File 'sig/types.rbs', line 2670

def organization
  @organization
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2667
2668
2669
# File 'sig/types.rbs', line 2667

def role_arn
  @role_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


2669
2670
2671
# File 'sig/types.rbs', line 2669

def table_name
  @table_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


2671
2672
2673
# File 'sig/types.rbs', line 2671

def tags
  @tags
end

#timestamp_unit"s", ...

Returns the value of attribute timestamp_unit.

Returns:

  • ("s", "ms", "us", "ns")


2672
2673
2674
# File 'sig/types.rbs', line 2672

def timestamp_unit
  @timestamp_unit
end