Class: Aws::Types::DescribeByoipCidrsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeByoipCidrsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byoip_cidrs ⇒ ::Array[Types::ByoipCidr]
Returns the value of attribute byoip_cidrs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#byoip_cidrs ⇒ ::Array[Types::ByoipCidr]
Returns the value of attribute byoip_cidrs.
5222 5223 5224 |
# File 'sig/types.rbs', line 5222 def byoip_cidrs @byoip_cidrs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5223 5224 5225 |
# File 'sig/types.rbs', line 5223 def next_token @next_token end |