Class: Aws::Types::PickupDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number, :email])

Instance Attribute Summary collapse

Instance Attribute Details

#device_pickup_id::String

Returns the value of attribute device_pickup_id.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def device_pickup_id
  @device_pickup_id
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def email
  @email
end

#identification_expiration_date::Time

Returns the value of attribute identification_expiration_date.

Returns:

  • (::Time)


545
546
547
# File 'sig/types.rbs', line 545

def identification_expiration_date
  @identification_expiration_date
end

#identification_issuing_org::String

Returns the value of attribute identification_issuing_org.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def identification_issuing_org
  @identification_issuing_org
end

#identification_number::String

Returns the value of attribute identification_number.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def identification_number
  @identification_number
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def name
  @name
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def phone_number
  @phone_number
end