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:



2019
2020
2021
2022
2023
2024
# File 'lib/aws-sdk-outposts/types.rb', line 2019

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

#address_typeString

The type of the address.

Returns:

  • (String)


2019
2020
2021
2022
2023
2024
# File 'lib/aws-sdk-outposts/types.rb', line 2019

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