Class: Aws::Types::ListCidrLocationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCidrLocationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#max_results ⇒ ::String
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
984 985 986 |
# File 'sig/types.rbs', line 984 def collection_id @collection_id end |
#max_results ⇒ ::String
Returns the value of attribute max_results.
986 987 988 |
# File 'sig/types.rbs', line 986 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
985 986 987 |
# File 'sig/types.rbs', line 985 def next_token @next_token end |