Class: Aws::Outposts::Types::UpdateSiteAddressOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::Address

Information about an address.

Returns:



2298
2299
2300
2301
2302
2303
# File 'lib/aws-sdk-outposts/types.rb', line 2298

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

#address_typeString

The type of the address.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
# File 'lib/aws-sdk-outposts/types.rb', line 2298

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