Class: Aws::Snowball::Types::CreateAddressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CreateAddressRequest
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ Types::Address
The address that you want the Snow device shipped to.
Instance Attribute Details
#address ⇒ Types::Address
The address that you want the Snow device shipped to.
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 |