Class: Aws::Types::Receipt

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivered_timestamp::String

Returns the value of attribute delivered_timestamp.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def delivered_timestamp
  @delivered_timestamp
end

#read_timestamp::String

Returns the value of attribute read_timestamp.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def read_timestamp
  @read_timestamp
end

#recipient_participant_id::String

Returns the value of attribute recipient_participant_id.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def recipient_participant_id
  @recipient_participant_id
end