Class: Aws::Types::GetAssociatedIpv6PoolCidrsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAssociatedIpv6PoolCidrsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_6_cidr_associations ⇒ ::Array[Types::Ipv6CidrAssociation]
Returns the value of attribute ipv_6_cidr_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipv_6_cidr_associations ⇒ ::Array[Types::Ipv6CidrAssociation]
Returns the value of attribute ipv_6_cidr_associations.
9893 9894 9895 |
# File 'sig/types.rbs', line 9893 def ipv_6_cidr_associations @ipv_6_cidr_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9894 9895 9896 |
# File 'sig/types.rbs', line 9894 def next_token @next_token end |