Class: Aws::Outposts::Types::UpdateSiteAddressInput

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

The address for the site.



2473
2474
2475
2476
2477
2478
2479
# File 'lib/aws-sdk-outposts/types.rb', line 2473

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

#address_typeString

The type of the address.



2473
2474
2475
2476
2477
2478
2479
# File 'lib/aws-sdk-outposts/types.rb', line 2473

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

#site_idString

The ID or the Amazon Resource Name (ARN) of the site.



2473
2474
2475
2476
2477
2478
2479
# File 'lib/aws-sdk-outposts/types.rb', line 2473

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