Class: Aws::Snowball::Types::DescribeAddressResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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(s) associated with a specific job to be shipped to.

Returns:



938
939
940
941
942
# File 'lib/aws-sdk-snowball/types.rb', line 938

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