Class: Aws::KinesisAnalyticsV2::Types::ApplicationOperationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationOperationInfo
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
A description of the aplication operation that provides information about the updates that were made to the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The timestamp that indicates when the operation finished.
-
#operation ⇒ String
The type of operation that is performed on an application.
-
#operation_id ⇒ String
The operation ID of the request.
-
#operation_status ⇒ String
The status of the operation.
-
#start_time ⇒ Time
The timestamp that indicates when the operation was created.
Instance Attribute Details
#end_time ⇒ Time
The timestamp that indicates when the operation finished.
854 855 856 857 858 859 860 861 862 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 854 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The type of operation that is performed on an application.
854 855 856 857 858 859 860 861 862 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 854 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |
#operation_id ⇒ String
The operation ID of the request.
854 855 856 857 858 859 860 861 862 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 854 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |
#operation_status ⇒ String
The status of the operation.
854 855 856 857 858 859 860 861 862 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 854 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp that indicates when the operation was created.
854 855 856 857 858 859 860 861 862 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 854 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |