Class: Aws::Types::GetSubnetCidrReservationsResult

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)


10640
10641
10642
# File 'sig/types.rbs', line 10640

def next_token
  @next_token
end

#subnet_ipv_4_cidr_reservations::Array[Types::SubnetCidrReservation]

Returns the value of attribute subnet_ipv_4_cidr_reservations.

Returns:



10638
10639
10640
# File 'sig/types.rbs', line 10638

def subnet_ipv_4_cidr_reservations
  @subnet_ipv_4_cidr_reservations
end

#subnet_ipv_6_cidr_reservations::Array[Types::SubnetCidrReservation]

Returns the value of attribute subnet_ipv_6_cidr_reservations.

Returns:



10639
10640
10641
# File 'sig/types.rbs', line 10639

def subnet_ipv_6_cidr_reservations
  @subnet_ipv_6_cidr_reservations
end