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)


2855
2856
2857
2858
2859
2860
# File 'lib/aws-sdk-wafv2/types.rb', line 2855

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>)


2855
2856
2857
2858
2859
2860
# File 'lib/aws-sdk-wafv2/types.rb', line 2855

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