Class: Aws::WAFRegional::Types::GetChangeTokenStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetChangeTokenStatusRequest
- 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 change token for which you want to get the status.
Instance Attribute Details
#change_token ⇒ String
The change token for which you want to get the status. This change
token was previously returned in the GetChangeToken
response.
1942 1943 1944 1945 1946 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1942 class GetChangeTokenStatusRequest < Struct.new( :change_token) SENSITIVE = [] include Aws::Structure end |