Class: Aws::Types::SplitShardInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#new_starting_hash_key::String

Returns the value of attribute new_starting_hash_key.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def new_starting_hash_key
  @new_starting_hash_key
end

#shard_to_split::String

Returns the value of attribute shard_to_split.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def shard_to_split
  @shard_to_split
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def stream_name
  @stream_name
end