Class: Aws::Types::Record

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_arrival_timestamp::Time

Returns the value of attribute approximate_arrival_timestamp.

Returns:

  • (::Time)


603
604
605
# File 'sig/types.rbs', line 603

def approximate_arrival_timestamp
  @approximate_arrival_timestamp
end

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def data
  @data
end

#encryption_type"NONE", "KMS"

Returns the value of attribute encryption_type.

Returns:

  • ("NONE", "KMS")


606
607
608
# File 'sig/types.rbs', line 606

def encryption_type
  @encryption_type
end

#partition_key::String

Returns the value of attribute partition_key.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def partition_key
  @partition_key
end

#sequence_number::String

Returns the value of attribute sequence_number.

Returns:

  • (::String)


602
603
604
# File 'sig/types.rbs', line 602

def sequence_number
  @sequence_number
end