Class: Aws::Types::Output
- Inherits:
-
Object
- Object
- Aws::Types::Output
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_schema ⇒ Types::DestinationSchema
Returns the value of attribute destination_schema.
-
#kinesis_firehose_output ⇒ Types::KinesisFirehoseOutput
Returns the value of attribute kinesis_firehose_output.
-
#kinesis_streams_output ⇒ Types::KinesisStreamsOutput
Returns the value of attribute kinesis_streams_output.
-
#lambda_output ⇒ Types::LambdaOutput
Returns the value of attribute lambda_output.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#destination_schema ⇒ Types::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_output ⇒ Types::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_output ⇒ Types::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_output ⇒ Types::LambdaOutput
Returns the value of attribute lambda_output.
965 966 967 |
# File 'sig/types.rbs', line 965 def lambda_output @lambda_output end |
#name ⇒ ::String
Returns the value of attribute name.
962 963 964 |
# File 'sig/types.rbs', line 962 def name @name end |