Class: Aws::Types::PutRecordsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:



568
569
570
# File 'sig/types.rbs', line 568

def dry_run
  @dry_run
end

#records::Array[Types::PutRecordsRequestEntry]

Returns the value of attribute records.

Returns:



564
565
566
# File 'sig/types.rbs', line 564

def records
  @records
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



566
567
568
# File 'sig/types.rbs', line 566

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



567
568
569
# File 'sig/types.rbs', line 567

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def stream_name
  @stream_name
end