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.



2432
2433
2434
2435
2436
# File 'lib/aws-sdk-locationservice/types.rb', line 2432

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