Class: Aws::Types::ListCidrLocationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCidrLocationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_locations ⇒ ::Array[Types::LocationSummary]
Returns the value of attribute cidr_locations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cidr_locations ⇒ ::Array[Types::LocationSummary]
Returns the value of attribute cidr_locations.
992 993 994 |
# File 'sig/types.rbs', line 992 def cidr_locations @cidr_locations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
991 992 993 |
# File 'sig/types.rbs', line 991 def next_token @next_token end |