Class: Aws::WAFRegional::Types::GetChangeTokenResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/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)


1929
1930
1931
1932
1933
# File 'lib/aws-sdk-wafregional/types.rb', line 1929

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