Class: Aws::Translate::Types::UpdateParallelDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::UpdateParallelDataResponse
- Defined in:
- gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_update_attempt_at ⇒ Time
The time that the most recent update was attempted.
-
#latest_update_attempt_status ⇒ String
The status of the parallel data update attempt.
-
#name ⇒ String
The name of the parallel data resource being updated.
-
#status ⇒ String
The status of the parallel data resource that you are attempting to update.
Instance Attribute Details
#latest_update_attempt_at ⇒ Time
The time that the most recent update was attempted.
1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1931 class UpdateParallelDataResponse < Struct.new( :name, :status, :latest_update_attempt_status, :latest_update_attempt_at) SENSITIVE = [] include Aws::Structure end |
#latest_update_attempt_status ⇒ String
The status of the parallel data update attempt. When the updated
parallel data resource is ready for you to use, the status is
ACTIVE
.
1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1931 class UpdateParallelDataResponse < Struct.new( :name, :status, :latest_update_attempt_status, :latest_update_attempt_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the parallel data resource being updated.
1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1931 class UpdateParallelDataResponse < Struct.new( :name, :status, :latest_update_attempt_status, :latest_update_attempt_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the parallel data resource that you are attempting to
update. Your update request is accepted only if this status is
either ACTIVE
or FAILED
.
1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1931 class UpdateParallelDataResponse < Struct.new( :name, :status, :latest_update_attempt_status, :latest_update_attempt_at) SENSITIVE = [] include Aws::Structure end |