Class: Aws::Snowball::Types::CreateAddressRequest

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

#addressTypes::Address

The address that you want the Snow device shipped to.

Returns:



364
365
366
367
368
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 364

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