Method: Aws::LexModelsV2::Types::GenerationSummary#generation_id
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#generation_id ⇒ String
The unique identifier of the generation request.
7948 7949 7950 7951 7952 7953 7954 7955 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7948 class GenerationSummary < Struct.new( :generation_id, :generation_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |