Class: Aws::Types::StartPlanExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activate_region::String

Returns the value of attribute activate_region.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def activate_region
  @activate_region
end

#deactivate_region::String

Returns the value of attribute deactivate_region.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def deactivate_region
  @deactivate_region
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def execution_id
  @execution_id
end

#plan::String

Returns the value of attribute plan.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def plan
  @plan
end

#plan_version::String

Returns the value of attribute plan_version.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def plan_version
  @plan_version
end