Class: Aws::Kendra::Types::GroupOrderingIdSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::GroupOrderingIdSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Summary information on the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
The reason an action could not be processed.
-
#last_updated_at ⇒ Time
The Unix timestamp when an action was last updated.
-
#ordering_id ⇒ Integer
The order in which actions should complete processing.
-
#received_at ⇒ Time
The Unix timestamp when an action was received by Amazon Kendra.
-
#status ⇒ String
The current processing status of actions for mapping users to their groups.
Instance Attribute Details
#failure_reason ⇒ String
The reason an action could not be processed. An action can be a ‘PUT` or `DELETE` action for mapping users to their groups.
6342 6343 6344 6345 6346 6347 6348 6349 6350 |
# File 'lib/aws-sdk-kendra/types.rb', line 6342 class GroupOrderingIdSummary < Struct.new( :status, :last_updated_at, :received_at, :ordering_id, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The Unix timestamp when an action was last updated. An action can be a ‘PUT` or `DELETE` action for mapping users to their groups.
6342 6343 6344 6345 6346 6347 6348 6349 6350 |
# File 'lib/aws-sdk-kendra/types.rb', line 6342 class GroupOrderingIdSummary < Struct.new( :status, :last_updated_at, :received_at, :ordering_id, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#ordering_id ⇒ Integer
The order in which actions should complete processing. An action can be a ‘PUT` or `DELETE` action for mapping users to their groups.
6342 6343 6344 6345 6346 6347 6348 6349 6350 |
# File 'lib/aws-sdk-kendra/types.rb', line 6342 class GroupOrderingIdSummary < Struct.new( :status, :last_updated_at, :received_at, :ordering_id, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#received_at ⇒ Time
The Unix timestamp when an action was received by Amazon Kendra. An action can be a ‘PUT` or `DELETE` action for mapping users to their groups.
6342 6343 6344 6345 6346 6347 6348 6349 6350 |
# File 'lib/aws-sdk-kendra/types.rb', line 6342 class GroupOrderingIdSummary < Struct.new( :status, :last_updated_at, :received_at, :ordering_id, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current processing status of actions for mapping users to their groups. The status can be either ‘PROCESSING`, `SUCCEEDED`, `DELETING`, `DELETED`, or `FAILED`.
6342 6343 6344 6345 6346 6347 6348 6349 6350 |
# File 'lib/aws-sdk-kendra/types.rb', line 6342 class GroupOrderingIdSummary < Struct.new( :status, :last_updated_at, :received_at, :ordering_id, :failure_reason) SENSITIVE = [] include Aws::Structure end |