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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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)


2322
2323
2324
2325
2326
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2322

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