Class: Aws::EC2::Types::DescribeSecondarySubnetsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


31391
31392
31393
31394
31395
31396
# File 'lib/aws-sdk-ec2/types.rb', line 31391

class DescribeSecondarySubnetsResult < Struct.new(
  :secondary_subnets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_subnetsArray<Types::SecondarySubnet>

Information about the secondary subnets.

Returns:



31391
31392
31393
31394
31395
31396
# File 'lib/aws-sdk-ec2/types.rb', line 31391

class DescribeSecondarySubnetsResult < Struct.new(
  :secondary_subnets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end