Class: Aws::Types::UpdateKinesisStreamingDestinationOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKinesisStreamingDestinationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_status ⇒ "ENABLING", ...
Returns the value of attribute destination_status.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#update_kinesis_streaming_configuration ⇒ Types::UpdateKinesisStreamingConfiguration
Returns the value of attribute update_kinesis_streaming_configuration.
Instance Attribute Details
#destination_status ⇒ "ENABLING", ...
Returns the value of attribute destination_status.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def destination_status @destination_status end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def stream_arn @stream_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def table_name @table_name end |
#update_kinesis_streaming_configuration ⇒ Types::UpdateKinesisStreamingConfiguration
Returns the value of attribute update_kinesis_streaming_configuration.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def update_kinesis_streaming_configuration @update_kinesis_streaming_configuration end |