Class: Aws::NetworkManager::Types::AWSLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AWSLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Specifies a location in Amazon Web Services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_arn ⇒ String
The Amazon Resource Name (ARN) of the subnet that the device is located in.
-
#zone ⇒ String
The Zone that the device is located in.
Instance Attribute Details
#subnet_arn ⇒ String
The Amazon Resource Name (ARN) of the subnet that the device is located in.
27 28 29 30 31 32 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 27 class AWSLocation < Struct.new( :zone, :subnet_arn) SENSITIVE = [] include Aws::Structure end |
#zone ⇒ String
The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
27 28 29 30 31 32 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 27 class AWSLocation < Struct.new( :zone, :subnet_arn) SENSITIVE = [] include Aws::Structure end |