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)


497
498
499
# File 'sig/types.rbs', line 497

def attribute_name
  @attribute_name
end

#delivery_medium"SMS", "EMAIL"

Returns the value of attribute delivery_medium.

Returns:

  • ("SMS", "EMAIL")


496
497
498
# File 'sig/types.rbs', line 496

def delivery_medium
  @delivery_medium
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def destination
  @destination
end