Class: Aws::Snowball::Types::PickupDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#device_pickup_idString

The unique ID for a device that will be picked up.

Returns:

  • (String)


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

#emailString

The email address of the person picking up the device.

Returns:

  • (String)


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_dateTime

Expiration date of the credential identifying the person picking up the device.

Returns:

  • (Time)


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_orgString

Organization that issued the credential identifying the person picking up the device.

Returns:

  • (String)


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_numberString

The number on the credential identifying the person picking up the device.

Returns:

  • (String)


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

#nameString

The name of the person picking up the device.

Returns:

  • (String)


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_numberString

The phone number of the person picking up the device.

Returns:

  • (String)


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