Class: Aws::CloudFormation::Types::OperationEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Contains information about a CloudFormation operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The unique identifier for the operation.

Returns:

  • (String)


6704
6705
6706
6707
6708
6709
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6704

class OperationEntry < Struct.new(
  :operation_type,
  :operation_id)
  SENSITIVE = []
  include Aws::Structure
end

#operation_typeString

The type of operation.

Returns:

  • (String)


6704
6705
6706
6707
6708
6709
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6704

class OperationEntry < Struct.new(
  :operation_type,
  :operation_id)
  SENSITIVE = []
  include Aws::Structure
end