Class: Aws::Snowball::Types::CreateAddressResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_idString

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snow device for that job shipped to.

Returns:

  • (String)


378
379
380
381
382
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 378

class CreateAddressResult < Struct.new(
  :address_id)
  SENSITIVE = []
  include Aws::Structure
end