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.
976 977 978 |
# File 'sig/types.rbs', line 976 def destination_schema @destination_schema end |
#kinesis_firehose_output_description ⇒ Types::KinesisFirehoseOutputDescription
Returns the value of attribute kinesis_firehose_output_description.
974 975 976 |
# File 'sig/types.rbs', line 974 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.
973 974 975 |
# File 'sig/types.rbs', line 973 def kinesis_streams_output_description @kinesis_streams_output_description end |
#lambda_output_description ⇒ Types::LambdaOutputDescription
Returns the value of attribute lambda_output_description.
975 976 977 |
# File 'sig/types.rbs', line 975 def lambda_output_description @lambda_output_description end |
#name ⇒ ::String
Returns the value of attribute name.
972 973 974 |
# File 'sig/types.rbs', line 972 def name @name end |
#output_id ⇒ ::String
Returns the value of attribute output_id.
971 972 973 |
# File 'sig/types.rbs', line 971 def output_id @output_id end |