Class: Aws::EC2::Types::DescribeVpcsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#vpcs ⇒ Array<Types::Vpc>
Information about one or more VPCs.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
24726 24727 24728 24729 24730 24731 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24726 class DescribeVpcsResult < Struct.new( :vpcs, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpcs ⇒ Array<Types::Vpc>
Information about one or more VPCs.
24726 24727 24728 24729 24730 24731 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24726 class DescribeVpcsResult < Struct.new( :vpcs, :next_token) SENSITIVE = [] include Aws::Structure end |