Class: Aws::WAFRegional::Types::GetChangeTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetChangeTokenResponse
- 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 in the request.
Instance Attribute Details
#change_token ⇒ String
The ChangeToken
that you used in the request. Use this value in a
GetChangeTokenStatus
request to get the current status of the
request.
2282 2283 2284 2285 2286 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2282 class GetChangeTokenResponse < Struct.new( :change_token) SENSITIVE = [] include Aws::Structure end |