Class: Aws::ControlTower::Types::EnablementStatusSummary

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

Overview

The deployment summary of the enabled control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_operation_identifierString

The last operation identifier for the enabled control.

Returns:

  • (String)


717
718
719
720
721
722
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 717

class EnablementStatusSummary < Struct.new(
  :last_operation_identifier,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The deployment status of the enabled control.

Valid values:

  • SUCCEEDED: The enabledControl configuration was deployed successfully.

  • UNDER_CHANGE: The enabledControl configuration is changing.

  • FAILED: The enabledControl configuration failed to deploy.

Returns:

  • (String)


717
718
719
720
721
722
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 717

class EnablementStatusSummary < Struct.new(
  :last_operation_identifier,
  :status)
  SENSITIVE = []
  include Aws::Structure
end