Class: Aws::Types::Output

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_schemaTypes::DestinationSchema

Returns the value of attribute destination_schema.



966
967
968
# File 'sig/types.rbs', line 966

def destination_schema
  @destination_schema
end

#kinesis_firehose_outputTypes::KinesisFirehoseOutput

Returns the value of attribute kinesis_firehose_output.



964
965
966
# File 'sig/types.rbs', line 964

def kinesis_firehose_output
  @kinesis_firehose_output
end

#kinesis_streams_outputTypes::KinesisStreamsOutput

Returns the value of attribute kinesis_streams_output.



963
964
965
# File 'sig/types.rbs', line 963

def kinesis_streams_output
  @kinesis_streams_output
end

#lambda_outputTypes::LambdaOutput

Returns the value of attribute lambda_output.

Returns:



965
966
967
# File 'sig/types.rbs', line 965

def lambda_output
  @lambda_output
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def name
  @name
end