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)


7871
7872
7873
# File 'sig/types.rbs', line 7871

def next_token
  @next_token
end

#vpc_peering_connections::Array[Types::VpcPeeringConnection]

Returns the value of attribute vpc_peering_connections.

Returns:



7870
7871
7872
# File 'sig/types.rbs', line 7870

def vpc_peering_connections
  @vpc_peering_connections
end