Class: Aws::WAF::Types::GetChangeTokenStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetChangeTokenStatusResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token_status ⇒ String
The status of the change token.
Instance Attribute Details
#change_token_status ⇒ String
The status of the change token.
2241 2242 2243 2244 2245 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2241 class GetChangeTokenStatusResponse < Struct.new( :change_token_status) SENSITIVE = [] include Aws::Structure end |