Class: Aws::Types::DescribeIpamByoasnResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIpamByoasnResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byoasns ⇒ ::Array[Types::Byoasn]
Returns the value of attribute byoasns.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#byoasns ⇒ ::Array[Types::Byoasn]
Returns the value of attribute byoasns.
6375 6376 6377 |
# File 'sig/types.rbs', line 6375 def byoasns @byoasns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6376 6377 6378 |
# File 'sig/types.rbs', line 6376 def next_token @next_token end |