Class: Aws::Types::CreateStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_record_size_in_ki_b ⇒ ::Integer
Returns the value of attribute max_record_size_in_ki_b.
-
#shard_count ⇒ ::Integer
Returns the value of attribute shard_count.
-
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#warm_throughput_mi_bps ⇒ ::Integer
Returns the value of attribute warm_throughput_mi_bps.
Instance Attribute Details
#max_record_size_in_ki_b ⇒ ::Integer
Returns the value of attribute max_record_size_in_ki_b.
148 149 150 |
# File 'sig/types.rbs', line 148 def max_record_size_in_ki_b @max_record_size_in_ki_b end |
#shard_count ⇒ ::Integer
Returns the value of attribute shard_count.
144 145 146 |
# File 'sig/types.rbs', line 144 def shard_count @shard_count end |
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
145 146 147 |
# File 'sig/types.rbs', line 145 def stream_mode_details @stream_mode_details end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
143 144 145 |
# File 'sig/types.rbs', line 143 def stream_name @stream_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
146 147 148 |
# File 'sig/types.rbs', line 146 def @tags end |
#warm_throughput_mi_bps ⇒ ::Integer
Returns the value of attribute warm_throughput_mi_bps.
147 148 149 |
# File 'sig/types.rbs', line 147 def warm_throughput_mi_bps @warm_throughput_mi_bps end |