Class: Aws::Outposts::Types::GetSiteAddressOutput

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 the address.

Returns:



1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-outposts/types.rb', line 1021

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

#address_typeString

The type of the address you receive.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-outposts/types.rb', line 1021

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

#site_idString

The ID of the site.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-outposts/types.rb', line 1021

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