Class: Aws::WAF::Types::GetChangeTokenStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetChangeTokenStatusRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Note:
When making an API call, you may pass GetChangeTokenStatusRequest data as a hash:
{
change_token: "ChangeToken", # required
}
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.
2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2229 class GetChangeTokenStatusRequest < Struct.new( :change_token) SENSITIVE = [] include Aws::Structure end |