Class: Aws::Types::KinesisSettings
- Inherits:
-
Object
- Object
- Aws::Types::KinesisSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_control_details ⇒ Boolean
Returns the value of attribute include_control_details.
-
#include_null_and_empty ⇒ Boolean
Returns the value of attribute include_null_and_empty.
-
#include_partition_value ⇒ Boolean
Returns the value of attribute include_partition_value.
-
#include_table_alter_operations ⇒ Boolean
Returns the value of attribute include_table_alter_operations.
-
#include_transaction_details ⇒ Boolean
Returns the value of attribute include_transaction_details.
-
#message_format ⇒ "json", "json-unformatted"
Returns the value of attribute message_format.
-
#no_hex_prefix ⇒ Boolean
Returns the value of attribute no_hex_prefix.
-
#partition_include_schema_table ⇒ Boolean
Returns the value of attribute partition_include_schema_table.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#use_large_integer_value ⇒ Boolean
Returns the value of attribute use_large_integer_value.
Instance Attribute Details
#include_control_details ⇒ Boolean
Returns the value of attribute include_control_details.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def include_control_details @include_control_details end |
#include_null_and_empty ⇒ Boolean
Returns the value of attribute include_null_and_empty.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def include_null_and_empty @include_null_and_empty end |
#include_partition_value ⇒ Boolean
Returns the value of attribute include_partition_value.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def include_partition_value @include_partition_value end |
#include_table_alter_operations ⇒ Boolean
Returns the value of attribute include_table_alter_operations.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def include_table_alter_operations @include_table_alter_operations end |
#include_transaction_details ⇒ Boolean
Returns the value of attribute include_transaction_details.
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.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def @message_format end |
#no_hex_prefix ⇒ Boolean
Returns the value of attribute no_hex_prefix.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def no_hex_prefix @no_hex_prefix end |
#partition_include_schema_table ⇒ Boolean
Returns the value of attribute partition_include_schema_table.
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.
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.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def stream_arn @stream_arn end |
#use_large_integer_value ⇒ Boolean
Returns the value of attribute use_large_integer_value.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def use_large_integer_value @use_large_integer_value end |