Class: Aws::Types::Subscriber

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:address])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def address
  @address
end

#subscription_type"SNS", "EMAIL"

Returns the value of attribute subscription_type.

Returns:

  • ("SNS", "EMAIL")


530
531
532
# File 'sig/types.rbs', line 530

def subscription_type
  @subscription_type
end