Class: Aws::Types::IpamRouteOriginAuthorizationInfo
- Inherits:
-
Object
- Object
- Aws::Types::IpamRouteOriginAuthorizationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
Instance Attribute Details
#asn ⇒ ::String
Returns the value of attribute asn.
12858 12859 12860 |
# File 'sig/types.rbs', line 12858 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
12857 12858 12859 |
# File 'sig/types.rbs', line 12857 def cidr @cidr end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
12859 12860 12861 |
# File 'sig/types.rbs', line 12859 def max_length @max_length end |