Class: Aws::NetworkManager::Types::Relationship

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

Overview

Describes a resource relationship.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fromString

The ARN of the resource.

Returns:

  • (String)


5051
5052
5053
5054
5055
5056
# File 'lib/aws-sdk-networkmanager/types.rb', line 5051

class Relationship < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end

#toString

The ARN of the resource.

Returns:

  • (String)


5051
5052
5053
5054
5055
5056
# File 'lib/aws-sdk-networkmanager/types.rb', line 5051

class Relationship < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end