Class: Aws::WAFRegional::Types::GetChangeTokenStatusRequest

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 change token for which you want to get the status. This change token was previously returned in the ‘GetChangeToken` response.

Returns:

  • (String)


1942
1943
1944
1945
1946
# File 'lib/aws-sdk-wafregional/types.rb', line 1942

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