Class: Aws::Snowball::Types::PickupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::PickupDetails
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Information identifying the person picking up the device.
Constant Summary collapse
- SENSITIVE =
[:phone_number, :email]
Instance Attribute Summary collapse
-
#device_pickup_id ⇒ String
The unique ID for a device that will be picked up.
-
#email ⇒ String
The email address of the person picking up the device.
-
#identification_expiration_date ⇒ Time
Expiration date of the credential identifying the person picking up the device.
-
#identification_issuing_org ⇒ String
Organization that issued the credential identifying the person picking up the device.
-
#identification_number ⇒ String
The number on the credential identifying the person picking up the device.
-
#name ⇒ String
The name of the person picking up the device.
-
#phone_number ⇒ String
The phone number of the person picking up the device.
Instance Attribute Details
#device_pickup_id ⇒ String
The unique ID for a device that will be picked up.
2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2241 class PickupDetails < Struct.new( :name, :phone_number, :email, :identification_number, :identification_expiration_date, :identification_issuing_org, :device_pickup_id) SENSITIVE = [:phone_number, :email] include Aws::Structure end |
#email ⇒ String
The email address of the person picking up the device.
2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2241 class PickupDetails < Struct.new( :name, :phone_number, :email, :identification_number, :identification_expiration_date, :identification_issuing_org, :device_pickup_id) SENSITIVE = [:phone_number, :email] include Aws::Structure end |
#identification_expiration_date ⇒ Time
Expiration date of the credential identifying the person picking up the device.
2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2241 class PickupDetails < Struct.new( :name, :phone_number, :email, :identification_number, :identification_expiration_date, :identification_issuing_org, :device_pickup_id) SENSITIVE = [:phone_number, :email] include Aws::Structure end |
#identification_issuing_org ⇒ String
Organization that issued the credential identifying the person picking up the device.
2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2241 class PickupDetails < Struct.new( :name, :phone_number, :email, :identification_number, :identification_expiration_date, :identification_issuing_org, :device_pickup_id) SENSITIVE = [:phone_number, :email] include Aws::Structure end |
#identification_number ⇒ String
The number on the credential identifying the person picking up the device.
2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2241 class PickupDetails < Struct.new( :name, :phone_number, :email, :identification_number, :identification_expiration_date, :identification_issuing_org, :device_pickup_id) SENSITIVE = [:phone_number, :email] include Aws::Structure end |
#name ⇒ String
The name of the person picking up the device.
2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2241 class PickupDetails < Struct.new( :name, :phone_number, :email, :identification_number, :identification_expiration_date, :identification_issuing_org, :device_pickup_id) SENSITIVE = [:phone_number, :email] include Aws::Structure end |
#phone_number ⇒ String
The phone number of the person picking up the device.
2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2241 class PickupDetails < Struct.new( :name, :phone_number, :email, :identification_number, :identification_expiration_date, :identification_issuing_org, :device_pickup_id) SENSITIVE = [:phone_number, :email] include Aws::Structure end |