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)


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.

Returns:

  • (::Integer)


50
51
52
# File 'sig/types.rbs', line 50

def shard_count
  @shard_count
end

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

Returns:

  • (::String)


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.

Returns:

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


52
53
54
# File 'sig/types.rbs', line 52

def tags
  @tags
end

#warm_throughput_mi_bps::Integer

Returns the value of attribute warm_throughput_mi_bps.

Returns:

  • (::Integer)


53
54
55
# File 'sig/types.rbs', line 53

def warm_throughput_mi_bps
  @warm_throughput_mi_bps
end