Class: Aws::Types::OutputDescription
- Inherits:
-
Object
- Object
- Aws::Types::OutputDescription
- 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_description ⇒ Types::KinesisFirehoseOutputDescription
Returns the value of attribute kinesis_firehose_output_description.
-
#kinesis_streams_output_description ⇒ Types::KinesisStreamsOutputDescription
Returns the value of attribute kinesis_streams_output_description.
-
#lambda_output_description ⇒ Types::LambdaOutputDescription
Returns the value of attribute lambda_output_description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_id ⇒ ::String
Returns the value of attribute output_id.
Instance Attribute Details
#destination_schema ⇒ Types::DestinationSchema
Returns the value of attribute destination_schema.
475 476 477 |
# File 'sig/types.rbs', line 475 def destination_schema @destination_schema end |
#kinesis_firehose_output_description ⇒ Types::KinesisFirehoseOutputDescription
Returns the value of attribute kinesis_firehose_output_description.
473 474 475 |
# File 'sig/types.rbs', line 473 def kinesis_firehose_output_description @kinesis_firehose_output_description end |
#kinesis_streams_output_description ⇒ Types::KinesisStreamsOutputDescription
Returns the value of attribute kinesis_streams_output_description.
472 473 474 |
# File 'sig/types.rbs', line 472 def kinesis_streams_output_description @kinesis_streams_output_description end |
#lambda_output_description ⇒ Types::LambdaOutputDescription
Returns the value of attribute lambda_output_description.
474 475 476 |
# File 'sig/types.rbs', line 474 def lambda_output_description @lambda_output_description end |
#name ⇒ ::String
Returns the value of attribute name.
471 472 473 |
# File 'sig/types.rbs', line 471 def name @name end |
#output_id ⇒ ::String
Returns the value of attribute output_id.
470 471 472 |
# File 'sig/types.rbs', line 470 def output_id @output_id end |