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_typeString

The type of the address you request.

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
# File 'lib/aws-sdk-outposts/types.rb', line 1000

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)


1000
1001
1002
1003
1004
1005
# File 'lib/aws-sdk-outposts/types.rb', line 1000

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