Class: Aws::Types::UpdateKinesisStreamingDestinationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKinesisStreamingDestinationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#update_kinesis_streaming_configuration ⇒ Types::UpdateKinesisStreamingConfiguration
Returns the value of attribute update_kinesis_streaming_configuration.
Instance Attribute Details
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def stream_arn @stream_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def table_name @table_name end |
#update_kinesis_streaming_configuration ⇒ Types::UpdateKinesisStreamingConfiguration
Returns the value of attribute update_kinesis_streaming_configuration.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def update_kinesis_streaming_configuration @update_kinesis_streaming_configuration end |