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.
6398 6399 6400 6401 6402 6403 |
# File 'lib/aws-sdk-kendra/types.rb', line 6398 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.
6398 6399 6400 6401 6402 6403 |
# File 'lib/aws-sdk-kendra/types.rb', line 6398 class GroupSummary < Struct.new( :group_id, :ordering_id) SENSITIVE = [] include Aws::Structure end |