Class: Aws::Types::DescribeVpcPeeringConnectionsResult

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)


8054
8055
8056
# File 'sig/types.rbs', line 8054

def next_token
  @next_token
end

#vpc_peering_connections::Array[Types::VpcPeeringConnection]

Returns the value of attribute vpc_peering_connections.

Returns:



8053
8054
8055
# File 'sig/types.rbs', line 8053

def vpc_peering_connections
  @vpc_peering_connections
end