Class: Aws::WAF::Types::GetChangeTokenStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetChangeTokenStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/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.
1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-waf/types.rb', line 1884 class GetChangeTokenStatusRequest < Struct.new( :change_token) SENSITIVE = [] include Aws::Structure end |