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.
986 987 988 |
# File 'sig/types.rbs', line 986 def destination_schema_update @destination_schema_update end |
#kinesis_firehose_output_update ⇒ Types::KinesisFirehoseOutputUpdate
Returns the value of attribute kinesis_firehose_output_update.
984 985 986 |
# File 'sig/types.rbs', line 984 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.
983 984 985 |
# File 'sig/types.rbs', line 983 def kinesis_streams_output_update @kinesis_streams_output_update end |
#lambda_output_update ⇒ Types::LambdaOutputUpdate
Returns the value of attribute lambda_output_update.
985 986 987 |
# File 'sig/types.rbs', line 985 def lambda_output_update @lambda_output_update end |
#name_update ⇒ ::String
Returns the value of attribute name_update.
982 983 984 |
# File 'sig/types.rbs', line 982 def name_update @name_update end |
#output_id ⇒ ::String
Returns the value of attribute output_id.
981 982 983 |
# File 'sig/types.rbs', line 981 def output_id @output_id end |