Class: Aws::Types::CodeDeliveryDetailsType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def attribute_name
  @attribute_name
end

#delivery_medium"SMS", "EMAIL"

Returns the value of attribute delivery_medium.

Returns:

  • ("SMS", "EMAIL")


503
504
505
# File 'sig/types.rbs', line 503

def delivery_medium
  @delivery_medium
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def destination
  @destination
end