Class: Aws::Types::ListCidrBlocksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCidrBlocksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_blocks ⇒ ::Array[Types::CidrBlockSummary]
Returns the value of attribute cidr_blocks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cidr_blocks ⇒ ::Array[Types::CidrBlockSummary]
Returns the value of attribute cidr_blocks.
967 968 969 |
# File 'sig/types.rbs', line 967 def cidr_blocks @cidr_blocks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
966 967 968 |
# File 'sig/types.rbs', line 966 def next_token @next_token end |