Class: Aws::Types::CreateStreamInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_record_size_in_ki_b::Integer

Returns the value of attribute max_record_size_in_ki_b.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


144
145
146
# File 'sig/types.rbs', line 144

def shard_count
  @shard_count
end

#stream_mode_detailsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


146
147
148
# File 'sig/types.rbs', line 146

def tags
  @tags
end

#warm_throughput_mi_bps::Integer

Returns the value of attribute warm_throughput_mi_bps.

Returns:

  • (::Integer)


147
148
149
# File 'sig/types.rbs', line 147

def warm_throughput_mi_bps
  @warm_throughput_mi_bps
end