Class: Aws::CloudFrontKeyValueStore::Types::GetKeyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key to get.

Returns:

  • (String)


176
177
178
179
180
181
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 176

class GetKeyRequest < Struct.new(
  :kvs_arn,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#kvs_arnString

The Amazon Resource Name (ARN) of the Key Value Store.

Returns:

  • (String)


176
177
178
179
180
181
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 176

class GetKeyRequest < Struct.new(
  :kvs_arn,
  :key)
  SENSITIVE = []
  include Aws::Structure
end