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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/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:



1632
1633
1634
1635
1636
1637
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1632

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

#address_typeString

The type of the address.

Returns:

  • (String)


1632
1633
1634
1635
1636
1637
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1632

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