Class: Aws::ControlTower::Types::EnablementStatusSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnablementStatusSummary
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
The deployment summary of an EnabledControl or EnabledBaseline
resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_operation_identifier ⇒ String
The last operation identifier for the enabled resource.
-
#status ⇒ String
The deployment status of the enabled resource.
Instance Attribute Details
#last_operation_identifier ⇒ String
The last operation identifier for the enabled resource.
1086 1087 1088 1089 1090 1091 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1086 class EnablementStatusSummary < Struct.new( :status, :last_operation_identifier) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The deployment status of the enabled resource.
Valid values:
SUCCEEDED: TheEnabledControlorEnabledBaselineconfiguration was deployed successfully.UNDER_CHANGE: TheEnabledControlorEnabledBaselineconfiguration is changing.FAILED: TheEnabledControlorEnabledBaselineconfiguration failed to deploy.
1086 1087 1088 1089 1090 1091 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1086 class EnablementStatusSummary < Struct.new( :status, :last_operation_identifier) SENSITIVE = [] include Aws::Structure end |