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.
6450 6451 6452 |
# File 'sig/types.rbs', line 6450 def byoasns @byoasns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6451 6452 6453 |
# File 'sig/types.rbs', line 6451 def next_token @next_token end |