Class: Aws::ElementalInference::Types::GetDictionaryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the dictionary to retrieve.

Returns:

  • (String)


566
567
568
569
570
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 566

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