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)


4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-networkmanager/types.rb', line 4672

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

#toString

The ARN of the resource.

Returns:

  • (String)


4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-networkmanager/types.rb', line 4672

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