Class: Aws::NetworkManager::Types::AWSLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Specifies a location in Amazon Web Services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_arnString

The Amazon Resource Name (ARN) of the subnet that the device is located in.

Returns:

  • (String)


27
28
29
30
31
32
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 27

class AWSLocation < Struct.new(
  :zone,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#zoneString

The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.

Returns:

  • (String)


27
28
29
30
31
32
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 27

class AWSLocation < Struct.new(
  :zone,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end