Class: Aws::WAF::Types::GetChangeTokenStatusResponse

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


1896
1897
1898
1899
1900
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1896

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