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

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

#address_type ⇒ String

The type of the address you request.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
# File 'lib/aws-sdk-outposts/types.rb', line 1452

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

#site_id ⇒ String

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

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
# File 'lib/aws-sdk-outposts/types.rb', line 1452

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