Class: Aws::Types::ListPeeringsResponse

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)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def next_token
  @next_token
end

#peerings ⇒ ::Array[Types::Peering]

Returns the value of attribute peerings.

Returns:



1380
1381
1382
# File 'sig/types.rbs', line 1380

def peerings
  @peerings
end