Class: Aws::Types::KinesisStreamingDestinationOutput
- Inherits:
-
Object
- Object
- Aws::Types::KinesisStreamingDestinationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_status ⇒ "ENABLING", ...
Returns the value of attribute destination_status.
-
#enable_kinesis_streaming_configuration ⇒ Types::EnableKinesisStreamingConfiguration
Returns the value of attribute enable_kinesis_streaming_configuration.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#destination_status ⇒ "ENABLING", ...
Returns the value of attribute destination_status.
996 997 998 |
# File 'sig/types.rbs', line 996 def destination_status @destination_status end |
#enable_kinesis_streaming_configuration ⇒ Types::EnableKinesisStreamingConfiguration
Returns the value of attribute enable_kinesis_streaming_configuration.
997 998 999 |
# File 'sig/types.rbs', line 997 def enable_kinesis_streaming_configuration @enable_kinesis_streaming_configuration end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
995 996 997 |
# File 'sig/types.rbs', line 995 def stream_arn @stream_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
994 995 996 |
# File 'sig/types.rbs', line 994 def table_name @table_name end |