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.
2340 2341 2342 2343 2344 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2340 class DescribeKeyRequest < Struct.new( :key_name) SENSITIVE = [] include Aws::Structure end |