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.
1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1929 class GetChangeTokenResponse < Struct.new( :change_token) SENSITIVE = [] include Aws::Structure end |