Class: Aws::Types::PutOptedOutNumberResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_user_opted_out ⇒ Boolean

Returns the value of attribute end_user_opted_out.

Returns:

  • (Boolean)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def end_user_opted_out
  @end_user_opted_out
end

#opt_out_list_arn ⇒ ::String

Returns the value of attribute opt_out_list_arn.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def opt_out_list_arn
  @opt_out_list_arn
end

#opt_out_list_name ⇒ ::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def opt_out_list_name
  @opt_out_list_name
end

#opted_out_number ⇒ ::String

Returns the value of attribute opted_out_number.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def opted_out_number
  @opted_out_number
end

#opted_out_timestamp ⇒ ::Time

Returns the value of attribute opted_out_timestamp.

Returns:

  • (::Time)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def opted_out_timestamp
  @opted_out_timestamp
end