Class: Aws::Types::Subscriber

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def address
  @address
end

#status"CONFIRMED", "DECLINED"

Returns the value of attribute status.

Returns:

  • ("CONFIRMED", "DECLINED")


1523
1524
1525
# File 'sig/types.rbs', line 1523

def status
  @status
end

#type"EMAIL", "SNS"

Returns the value of attribute type.

Returns:

  • ("EMAIL", "SNS")


1522
1523
1524
# File 'sig/types.rbs', line 1522

def type
  @type
end