Class: Aws::NetworkManager::Types::Relationship
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Relationship
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a resource relationship.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from ⇒ String
The ARN of the resource.
-
#to ⇒ String
The ARN of the resource.
Instance Attribute Details
#from ⇒ String
The ARN of the resource.
5033 5034 5035 5036 5037 5038 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5033 class Relationship < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |
#to ⇒ String
The ARN of the resource.
5033 5034 5035 5036 5037 5038 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5033 class Relationship < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |