Class: Aws::Kendra::Types::GroupOrderingIdSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::GroupOrderingIdSummary
- Defined in:
- gems/aws-sdk-kendra/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.
6375 6376 6377 6378 6379 6380 6381 6382 6383 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6375 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.
6375 6376 6377 6378 6379 6380 6381 6382 6383 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6375 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.
6375 6376 6377 6378 6379 6380 6381 6382 6383 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6375 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.
6375 6376 6377 6378 6379 6380 6381 6382 6383 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6375 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.
6375 6376 6377 6378 6379 6380 6381 6382 6383 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6375 class GroupOrderingIdSummary < Struct.new( :status, :last_updated_at, :received_at, :ordering_id, :failure_reason) SENSITIVE = [] include Aws::Structure end |