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.



986
987
988
# File 'sig/types.rbs', line 986

def destination_schema_update
  @destination_schema_update
end

#kinesis_firehose_output_updateTypes::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_updateTypes::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_updateTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def output_id
  @output_id
end