Class: Aws::Outposts::Types::GetSiteAddressInput

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

#address_typeString

The type of the address you request.

Returns:

  • (String)


892
893
894
895
896
897
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 892

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

#site_idString

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

Returns:

  • (String)


892
893
894
895
896
897
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 892

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