Class: Aws::Types::PickupDetails
- Inherits:
-
Object
- Object
- Aws::Types::PickupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_pickup_id ⇒ ::String
Returns the value of attribute device_pickup_id.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#identification_expiration_date ⇒ ::Time
Returns the value of attribute identification_expiration_date.
-
#identification_issuing_org ⇒ ::String
Returns the value of attribute identification_issuing_org.
-
#identification_number ⇒ ::String
Returns the value of attribute identification_number.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
Instance Attribute Details
#device_pickup_id ⇒ ::String
Returns the value of attribute device_pickup_id.
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.
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.
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.
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.
544 545 546 |
# File 'sig/types.rbs', line 544 def identification_number @identification_number end |
#name ⇒ ::String
Returns the value of attribute name.
541 542 543 |
# File 'sig/types.rbs', line 541 def name @name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
542 543 544 |
# File 'sig/types.rbs', line 542 def phone_number @phone_number end |