Class: Aws::LocationService::Types::DescribeKeyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_nameString

The name of the API key resource.

Returns:

  • (String)


2338
2339
2340
2341
2342
# File 'lib/aws-sdk-locationservice/types.rb', line 2338

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