Class: Aws::WAFRegional::Types::CreateGeoMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateGeoMatchSetResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The
ChangeToken
that you used to submit theCreateGeoMatchSet
request. -
#geo_match_set ⇒ Types::GeoMatchSet
The GeoMatchSet returned in the
CreateGeoMatchSet
response.
Instance Attribute Details
#change_token ⇒ String
The ChangeToken
that you used to submit the CreateGeoMatchSet
request. You can also use this value to query the status of the
request. For more information, see GetChangeTokenStatus.
624 625 626 627 628 629 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 624 class CreateGeoMatchSetResponse < Struct.new( :geo_match_set, :change_token) SENSITIVE = [] include Aws::Structure end |
#geo_match_set ⇒ Types::GeoMatchSet
The GeoMatchSet returned in the CreateGeoMatchSet
response. The
GeoMatchSet
contains no GeoMatchConstraints
.
624 625 626 627 628 629 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 624 class CreateGeoMatchSetResponse < Struct.new( :geo_match_set, :change_token) SENSITIVE = [] include Aws::Structure end |