Class: Aws::EC2::Types::DescribeSecondarySubnetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeSecondarySubnetsResult
- 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.
-
#secondary_subnets ⇒ Array<Types::SecondarySubnet>
Information about the secondary subnets.
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.
31053 31054 31055 31056 31057 31058 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31053 class DescribeSecondarySubnetsResult < Struct.new( :secondary_subnets, :next_token) SENSITIVE = [] include Aws::Structure end |
#secondary_subnets ⇒ Array<Types::SecondarySubnet>
Information about the secondary subnets.
31053 31054 31055 31056 31057 31058 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31053 class DescribeSecondarySubnetsResult < Struct.new( :secondary_subnets, :next_token) SENSITIVE = [] include Aws::Structure end |