Class: Aws::KinesisAnalyticsV2::Types::ApplicationOperationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationOperationInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Provides a description of the operation, such as the type and status of operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The timestamp at which the operation finished for the application.
-
#operation ⇒ String
Type of operation performed on an application.
-
#operation_id ⇒ String
Identifier of the Operation.
-
#operation_status ⇒ String
Status of the operation performed on an application.
-
#start_time ⇒ Time
The timestamp at which the operation was created.
Instance Attribute Details
#end_time ⇒ Time
The timestamp at which the operation finished for the application
779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 779 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
Type of operation performed on an application
779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 779 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |
#operation_id ⇒ String
Identifier of the Operation
779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 779 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |
#operation_status ⇒ String
Status of the operation performed on an application
779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 779 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp at which the operation was created
779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 779 class ApplicationOperationInfo < Struct.new( :operation, :operation_id, :start_time, :end_time, :operation_status) SENSITIVE = [] include Aws::Structure end |