Class: Aws::Types::StackSetOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"CREATE", ...

Returns the value of attribute action.

Returns:

  • ("CREATE", "UPDATE", "DELETE", "DETECT_DRIFT")


1893
1894
1895
# File 'sig/types.rbs', line 1893

def action
  @action
end

#administration_role_arn::String

Returns the value of attribute administration_role_arn.

Returns:

  • (::String)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def administration_role_arn
  @administration_role_arn
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


1899
1900
1901
# File 'sig/types.rbs', line 1899

def creation_timestamp
  @creation_timestamp
end

#deployment_targetsTypes::DeploymentTargets

Returns the value of attribute deployment_targets.



1901
1902
1903
# File 'sig/types.rbs', line 1901

def deployment_targets
  @deployment_targets
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


1900
1901
1902
# File 'sig/types.rbs', line 1900

def end_timestamp
  @end_timestamp
end

#execution_role_name::String

Returns the value of attribute execution_role_name.

Returns:

  • (::String)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def execution_role_name
  @execution_role_name
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def operation_id
  @operation_id
end

#operation_preferencesTypes::StackSetOperationPreferences

Returns the value of attribute operation_preferences.



1895
1896
1897
# File 'sig/types.rbs', line 1895

def operation_preferences
  @operation_preferences
end

#retain_stacksBoolean

Returns the value of attribute retain_stacks.

Returns:

  • (Boolean)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def retain_stacks
  @retain_stacks
end

#stack_set_drift_detection_detailsTypes::StackSetDriftDetectionDetails

Returns the value of attribute stack_set_drift_detection_details.



1902
1903
1904
# File 'sig/types.rbs', line 1902

def stack_set_drift_detection_details
  @stack_set_drift_detection_details
end

#stack_set_id::String

Returns the value of attribute stack_set_id.

Returns:

  • (::String)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def stack_set_id
  @stack_set_id
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "STOPPING", "STOPPED", "QUEUED")


1894
1895
1896
# File 'sig/types.rbs', line 1894

def status
  @status
end

#status_detailsTypes::StackSetOperationStatusDetails

Returns the value of attribute status_details.



1904
1905
1906
# File 'sig/types.rbs', line 1904

def status_details
  @status_details
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def status_reason
  @status_reason
end