Class: Aws::EC2::Types::GetSubnetCidrReservationsResult

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)


35507
35508
35509
35510
35511
35512
35513
# File 'lib/aws-sdk-ec2/types.rb', line 35507

class GetSubnetCidrReservationsResult < Struct.new(
  :subnet_ipv_4_cidr_reservations,
  :subnet_ipv_6_cidr_reservations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_ipv_4_cidr_reservationsArray<Types::SubnetCidrReservation>

Information about the IPv4 subnet CIDR reservations.

Returns:



35507
35508
35509
35510
35511
35512
35513
# File 'lib/aws-sdk-ec2/types.rb', line 35507

class GetSubnetCidrReservationsResult < Struct.new(
  :subnet_ipv_4_cidr_reservations,
  :subnet_ipv_6_cidr_reservations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_ipv_6_cidr_reservationsArray<Types::SubnetCidrReservation>

Information about the IPv6 subnet CIDR reservations.

Returns:



35507
35508
35509
35510
35511
35512
35513
# File 'lib/aws-sdk-ec2/types.rb', line 35507

class GetSubnetCidrReservationsResult < Struct.new(
  :subnet_ipv_4_cidr_reservations,
  :subnet_ipv_6_cidr_reservations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end