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

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

Returns:



913
914
915
916
917
918
919
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 913

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)


913
914
915
916
917
918
919
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 913

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

#site_idString

The ID of the site.

Returns:

  • (String)


913
914
915
916
917
918
919
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 913

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