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:



2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2017

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

#address_typeString

The type of the address.

Returns:

  • (String)


2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2017

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