Class: Aws::Types::ListGeoMatchSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGeoMatchSetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#geo_match_sets ⇒ ::Array[Types::GeoMatchSetSummary]
Returns the value of attribute geo_match_sets.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#geo_match_sets ⇒ ::Array[Types::GeoMatchSetSummary]
Returns the value of attribute geo_match_sets.
658 659 660 |
# File 'sig/types.rbs', line 658 def geo_match_sets @geo_match_sets end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
657 658 659 |
# File 'sig/types.rbs', line 657 def next_marker @next_marker end |