Class: Aws::Types::OutputUpdate
- Inherits:
-
Object
- Object
- Aws::Types::OutputUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_schema_update ⇒ Types::DestinationSchema
Returns the value of attribute destination_schema_update.
-
#kinesis_firehose_output_update ⇒ Types::KinesisFirehoseOutputUpdate
Returns the value of attribute kinesis_firehose_output_update.
-
#kinesis_streams_output_update ⇒ Types::KinesisStreamsOutputUpdate
Returns the value of attribute kinesis_streams_output_update.
-
#lambda_output_update ⇒ Types::LambdaOutputUpdate
Returns the value of attribute lambda_output_update.
-
#name_update ⇒ ::String
Returns the value of attribute name_update.
-
#output_id ⇒ ::String
Returns the value of attribute output_id.
Instance Attribute Details
#destination_schema_update ⇒ Types::DestinationSchema
Returns the value of attribute destination_schema_update.
485 486 487 |
# File 'sig/types.rbs', line 485 def destination_schema_update @destination_schema_update end |
#kinesis_firehose_output_update ⇒ Types::KinesisFirehoseOutputUpdate
Returns the value of attribute kinesis_firehose_output_update.
483 484 485 |
# File 'sig/types.rbs', line 483 def kinesis_firehose_output_update @kinesis_firehose_output_update end |
#kinesis_streams_output_update ⇒ Types::KinesisStreamsOutputUpdate
Returns the value of attribute kinesis_streams_output_update.
482 483 484 |
# File 'sig/types.rbs', line 482 def kinesis_streams_output_update @kinesis_streams_output_update end |
#lambda_output_update ⇒ Types::LambdaOutputUpdate
Returns the value of attribute lambda_output_update.
484 485 486 |
# File 'sig/types.rbs', line 484 def lambda_output_update @lambda_output_update end |
#name_update ⇒ ::String
Returns the value of attribute name_update.
481 482 483 |
# File 'sig/types.rbs', line 481 def name_update @name_update end |
#output_id ⇒ ::String
Returns the value of attribute output_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def output_id @output_id end |