Class: Aws::Kendra::Types::GroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::GroupSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Summary information for groups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The identifier of the group you want group summary information on.
-
#ordering_id ⇒ Integer
The timestamp identifier used for the latest ‘PUT` or `DELETE` action.
Instance Attribute Details
#group_id ⇒ String
The identifier of the group you want group summary information on.
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_id ⇒ Integer
The timestamp identifier used for the latest ‘PUT` or `DELETE` action.
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 |