Class: Aws::Types::Ipv6CidrAssociation
- Inherits:
-
Object
- Object
- Aws::Types::Ipv6CidrAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource ⇒ ::String
Returns the value of attribute associated_resource.
-
#ipv_6_cidr ⇒ ::String
Returns the value of attribute ipv_6_cidr.
Instance Attribute Details
#associated_resource ⇒ ::String
Returns the value of attribute associated_resource.
12355 12356 12357 |
# File 'sig/types.rbs', line 12355 def associated_resource @associated_resource end |
#ipv_6_cidr ⇒ ::String
Returns the value of attribute ipv_6_cidr.
12354 12355 12356 |
# File 'sig/types.rbs', line 12354 def ipv_6_cidr @ipv_6_cidr end |