Class: Aws::Snowball::Types::CreateAddressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CreateAddressResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_id ⇒ String
The automatically generated ID for a specific address.
Instance Attribute Details
#address_id ⇒ String
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.
378 379 380 381 382 |
# File 'lib/aws-sdk-snowball/types.rb', line 378 class CreateAddressResult < Struct.new( :address_id) SENSITIVE = [] include Aws::Structure end |