Class: Aws::Types::PutRecordInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#data::String

Returns the value of attribute data.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def data
  @data
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:



552
553
554
# File 'sig/types.rbs', line 552

def dry_run
  @dry_run
end

#explicit_hash_key::String

Returns the value of attribute explicit_hash_key.

Returns:



548
549
550
# File 'sig/types.rbs', line 548

def explicit_hash_key
  @explicit_hash_key
end

#partition_key::String

Returns the value of attribute partition_key.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def partition_key
  @partition_key
end

#sequence_number_for_ordering::String

Returns the value of attribute sequence_number_for_ordering.

Returns:



549
550
551
# File 'sig/types.rbs', line 549

def sequence_number_for_ordering
  @sequence_number_for_ordering
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



550
551
552
# File 'sig/types.rbs', line 550

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



551
552
553
# File 'sig/types.rbs', line 551

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def stream_name
  @stream_name
end