Class: Aws::Kendra::Types::GroupSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Summary information for groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The identifier of the group you want group summary information on.

Returns:

  • (String)


6365
6366
6367
6368
6369
6370
# File 'lib/aws-sdk-kendra/types.rb', line 6365

class GroupSummary < Struct.new(
  :group_id,
  :ordering_id)
  SENSITIVE = []
  include Aws::Structure
end

#ordering_idInteger

The timestamp identifier used for the latest ‘PUT` or `DELETE` action.

Returns:

  • (Integer)


6365
6366
6367
6368
6369
6370
# File 'lib/aws-sdk-kendra/types.rb', line 6365

class GroupSummary < Struct.new(
  :group_id,
  :ordering_id)
  SENSITIVE = []
  include Aws::Structure
end