Class: Aws::WAFV2::Types::GetDecryptedAPIKeyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The date and time that the key was created.

Returns:

  • (Time)


2994
2995
2996
2997
2998
2999
# File 'lib/aws-sdk-wafv2/types.rb', line 2994

class GetDecryptedAPIKeyResponse < Struct.new(
  :token_domains,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#token_domainsArray<String>

The token domains that are defined in this API key.

Returns:

  • (Array<String>)


2994
2995
2996
2997
2998
2999
# File 'lib/aws-sdk-wafv2/types.rb', line 2994

class GetDecryptedAPIKeyResponse < Struct.new(
  :token_domains,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end