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.
9668 9669 9670 |
# File 'sig/types.rbs', line 9668 def ipv_6_cidr_associations @ipv_6_cidr_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9669 9670 9671 |
# File 'sig/types.rbs', line 9669 def next_token @next_token end |