Class: Aws::ElementalInference::Types::GetDictionaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::GetDictionaryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the dictionary to retrieve.
Instance Attribute Details
#id ⇒ String
The ID of the dictionary to retrieve.
566 567 568 569 570 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 566 class GetDictionaryRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |