Class: Aws::WAF::Types::GetChangeTokenStatusRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

The change token for which you want to get the status. This change token was previously returned in the ‘GetChangeToken` response.

Returns:

  • (String)


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