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.
465 466 467 |
# File 'sig/types.rbs', line 465 def destination_schema @destination_schema end |
#kinesis_firehose_output ⇒ Types::KinesisFirehoseOutput
Returns the value of attribute kinesis_firehose_output.
463 464 465 |
# File 'sig/types.rbs', line 463 def kinesis_firehose_output @kinesis_firehose_output end |
#kinesis_streams_output ⇒ Types::KinesisStreamsOutput
Returns the value of attribute kinesis_streams_output.
462 463 464 |
# File 'sig/types.rbs', line 462 def kinesis_streams_output @kinesis_streams_output end |
#lambda_output ⇒ Types::LambdaOutput
Returns the value of attribute lambda_output.
464 465 466 |
# File 'sig/types.rbs', line 464 def lambda_output @lambda_output end |
#name ⇒ ::String
Returns the value of attribute name.
461 462 463 |
# File 'sig/types.rbs', line 461 def name @name end |