Class: Aws::CloudFrontKeyValueStore::Types::GetKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFrontKeyValueStore::Types::GetKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfrontkeyvaluestore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key to get.
-
#kvs_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store.
Instance Attribute Details
#key ⇒ String
The key to get.
176 177 178 179 180 181 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 176 class GetKeyRequest < Struct.new( :kvs_arn, :key) SENSITIVE = [] include Aws::Structure end |
#kvs_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store.
176 177 178 179 180 181 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 176 class GetKeyRequest < Struct.new( :kvs_arn, :key) SENSITIVE = [] include Aws::Structure end |