Class: Aws::Types::GetNetworkResourceRelationshipsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def next_token
  @next_token
end

#relationships ⇒ ::Array[Types::Relationship]

Returns the value of attribute relationships.

Returns:



1046
1047
1048
# File 'sig/types.rbs', line 1046

def relationships
  @relationships
end