Class: Aws::NetworkManager::Types::GetNetworkResourceRelationshipsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3049

class GetNetworkResourceRelationshipsResponse < Struct.new(
  :relationships,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#relationshipsArray<Types::Relationship>

The resource relationships.

Returns:



3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3049

class GetNetworkResourceRelationshipsResponse < Struct.new(
  :relationships,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end