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.
54 55 56 |
# File 'sig/types.rbs', line 54 def max_record_size_in_ki_b @max_record_size_in_ki_b end |
#shard_count ⇒ ::Integer
Returns the value of attribute shard_count.
50 51 52 |
# File 'sig/types.rbs', line 50 def shard_count @shard_count end |
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
51 52 53 |
# File 'sig/types.rbs', line 51 def stream_mode_details @stream_mode_details end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
49 50 51 |
# File 'sig/types.rbs', line 49 def stream_name @stream_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
52 53 54 |
# File 'sig/types.rbs', line 52 def @tags end |
#warm_throughput_mi_bps ⇒ ::Integer
Returns the value of attribute warm_throughput_mi_bps.
53 54 55 |
# File 'sig/types.rbs', line 53 def warm_throughput_mi_bps @warm_throughput_mi_bps end |