Class: Aws::Types::CancelPlanExecutionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def comment
  @comment
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def execution_id
  @execution_id
end

#plan_arn::String

Returns the value of attribute plan_arn.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def plan_arn
  @plan_arn
end