Class: Aws::Types::DescribeKinesisStreamingDestinationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeKinesisStreamingDestinationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kinesis_data_stream_destinations ⇒ ::Array[Types::KinesisDataStreamDestination]
Returns the value of attribute kinesis_data_stream_destinations.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#kinesis_data_stream_destinations ⇒ ::Array[Types::KinesisDataStreamDestination]
Returns the value of attribute kinesis_data_stream_destinations.
547 548 549 |
# File 'sig/types.rbs', line 547 def kinesis_data_stream_destinations @kinesis_data_stream_destinations end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
546 547 548 |
# File 'sig/types.rbs', line 546 def table_name @table_name end |