Class: Aws::LocationService::Types::DescribeKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DescribeKeyRequest
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-locationservice/types.rb', line 2338 class DescribeKeyRequest < Struct.new( :key_name) SENSITIVE = [] include Aws::Structure end |