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

#contact_channel_arn ⇒ ::String

Returns the value of attribute contact_channel_arn.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def contact_channel_arn
  @contact_channel_arn
end

#receipt_info ⇒ ::String

Returns the value of attribute receipt_info.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def receipt_info
  @receipt_info
end

#receipt_time ⇒ ::Time

Returns the value of attribute receipt_time.

Returns:

  • (::Time)


540
541
542
# File 'sig/types.rbs', line 540

def receipt_time
  @receipt_time
end

#receipt_type ⇒ "DELIVERED", ...

Returns the value of attribute receipt_type.

Returns:

  • ("DELIVERED", "ERROR", "READ", "SENT", "STOP")


538
539
540
# File 'sig/types.rbs', line 538

def receipt_type
  @receipt_type
end