Class: Aws::KinesisAnalyticsV2::Types::ApplicationOperationInfo

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

Instance Attribute Details

#end_timeTime

The timestamp at which the operation finished for the application

Returns:

  • (Time)


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

#operationString

Type of operation performed on an application

Returns:

  • (String)


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_idString

Identifier of the Operation

Returns:

  • (String)


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_statusString

Status of the operation performed on an application

Returns:

  • (String)


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_timeTime

The timestamp at which the operation was created

Returns:

  • (Time)


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