Class: Aws::Types::OutputUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_schema_updateTypes::DestinationSchema

Returns the value of attribute destination_schema_update.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def destination_schema_update
  @destination_schema_update
end

#kinesis_firehose_output_updateTypes::KinesisFirehoseOutputUpdate

Returns the value of attribute kinesis_firehose_output_update.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def kinesis_firehose_output_update
  @kinesis_firehose_output_update
end

#kinesis_streams_output_updateTypes::KinesisStreamsOutputUpdate

Returns the value of attribute kinesis_streams_output_update.

Returns:



482
483
484
# File 'sig/types.rbs', line 482

def kinesis_streams_output_update
  @kinesis_streams_output_update
end

#lambda_output_updateTypes::LambdaOutputUpdate

Returns the value of attribute lambda_output_update.

Returns:



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.

Returns:



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.

Returns:



480
481
482
# File 'sig/types.rbs', line 480

def output_id
  @output_id
end