Class: Aws::Types::EndPoint
- Inherits:
-
Object
- Object
- Aws::Types::EndPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kinesis_stream_config ⇒ Types::KinesisStreamConfig
Returns the value of attribute kinesis_stream_config.
-
#stream_type ⇒ ::String
Returns the value of attribute stream_type.
Instance Attribute Details
#kinesis_stream_config ⇒ Types::KinesisStreamConfig
Returns the value of attribute kinesis_stream_config.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def kinesis_stream_config @kinesis_stream_config end |
#stream_type ⇒ ::String
Returns the value of attribute stream_type.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def stream_type @stream_type end |