Class: Aws::WAFRegional::Types::GetChangeTokenStatusResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_token_statusString

The status of the change token.

Returns:

  • (String)


1954
1955
1956
1957
1958
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1954

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