Class: Aws::WAF::Types::GetChangeTokenStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetChangeTokenStatusResponse
- Includes:
- Structure
- Defined in:
- 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.
1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-waf/types.rb', line 1896 class GetChangeTokenStatusResponse < Struct.new( :change_token_status) SENSITIVE = [] include Aws::Structure end |