Class: Aws::Kendra::Types::GroupOrderingIdSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#failure_reasonString

The reason an action could not be processed. An action can be a PUT or DELETE action for mapping users to their groups.

Returns:

  • (String)


6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'gems/aws-sdk-kendra/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_atTime

The Unix timestamp when an action was last updated. An action can be a PUT or DELETE action for mapping users to their groups.

Returns:

  • (Time)


6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'gems/aws-sdk-kendra/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_idInteger

The order in which actions should complete processing. An action can be a PUT or DELETE action for mapping users to their groups.

Returns:

  • (Integer)


6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'gems/aws-sdk-kendra/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_atTime

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.

Returns:

  • (Time)


6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'gems/aws-sdk-kendra/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

#statusString

The current processing status of actions for mapping users to their groups. The status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.

Returns:

  • (String)


6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'gems/aws-sdk-kendra/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