Class: Aws::WAF::Types::GetChangeTokenResponse

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 ‘ChangeToken` that you used in the request. Use this value in a `GetChangeTokenStatus` request to get the current status of the request.

Returns:

  • (String)


1871
1872
1873
1874
1875
# File 'lib/aws-sdk-waf/types.rb', line 1871

class GetChangeTokenResponse < Struct.new(
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end