Class: Aws::LocationService::Types::DescribeKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DescribeKeyRequest
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_name ⇒ String
The name of the API key resource.
Instance Attribute Details
#key_name ⇒ String
The name of the API key resource.
2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2338 class DescribeKeyRequest < Struct.new( :key_name) SENSITIVE = [] include Aws::Structure end |