Class: Aws::Types::KinesisSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include_control_detailsBoolean

Returns the value of attribute include_control_details.

Returns:

  • (Boolean)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def include_control_details
  @include_control_details
end

#include_null_and_emptyBoolean

Returns the value of attribute include_null_and_empty.

Returns:

  • (Boolean)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def include_null_and_empty
  @include_null_and_empty
end

#include_partition_valueBoolean

Returns the value of attribute include_partition_value.

Returns:

  • (Boolean)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def include_partition_value
  @include_partition_value
end

#include_table_alter_operationsBoolean

Returns the value of attribute include_table_alter_operations.

Returns:

  • (Boolean)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def include_table_alter_operations
  @include_table_alter_operations
end

#include_transaction_detailsBoolean

Returns the value of attribute include_transaction_details.

Returns:

  • (Boolean)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def include_transaction_details
  @include_transaction_details
end

#message_format"json", "json-unformatted"

Returns the value of attribute message_format.

Returns:

  • ("json", "json-unformatted")


1718
1719
1720
# File 'sig/types.rbs', line 1718

def message_format
  @message_format
end

#no_hex_prefixBoolean

Returns the value of attribute no_hex_prefix.

Returns:

  • (Boolean)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def no_hex_prefix
  @no_hex_prefix
end

#partition_include_schema_tableBoolean

Returns the value of attribute partition_include_schema_table.

Returns:

  • (Boolean)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def partition_include_schema_table
  @partition_include_schema_table
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def service_access_role_arn
  @service_access_role_arn
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def stream_arn
  @stream_arn
end

#use_large_integer_valueBoolean

Returns the value of attribute use_large_integer_value.

Returns:

  • (Boolean)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def use_large_integer_value
  @use_large_integer_value
end