Class: Aws::CloudFormation::Types::OperationEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::OperationEntry
- 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
-
#operation_id ⇒ String
The unique identifier for the operation.
-
#operation_type ⇒ String
The type of operation.
Instance Attribute Details
#operation_id ⇒ String
The unique identifier for the operation.
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_type ⇒ String
The type of operation.
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 |