Class: Aws::Types::PutRecordOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"NONE", "KMS"

Returns the value of attribute encryption_type.

Returns:

  • ("NONE", "KMS")


559
560
561
# File 'sig/types.rbs', line 559

def encryption_type
  @encryption_type
end

#sequence_number::String

Returns the value of attribute sequence_number.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def sequence_number
  @sequence_number
end

#shard_id::String

Returns the value of attribute shard_id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def shard_id
  @shard_id
end