Class: Aws::Snowball::Types::DescribeAddressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::DescribeAddressResult
- 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(s) associated with a specific job to be shipped to.
Instance Attribute Details
#address ⇒ Types::Address
The address that you want the Snow device(s) associated with a specific job to be shipped to.
938 939 940 941 942 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 938 class DescribeAddressResult < Struct.new( :address) SENSITIVE = [] include Aws::Structure end |