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 =
[:address]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::Address

Information about an address.

Returns:



3612
3613
3614
3615
3616
3617
# File 'lib/aws-sdk-outposts/types.rb', line 3612

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

#address_typeString

The type of the address.

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
# File 'lib/aws-sdk-outposts/types.rb', line 3612

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