Class: Aws::DevOpsAgent::Types::CapabilityConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::CapabilityConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Capability configuration for the AWS DevOps Agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Whether the capability is enabled.
Instance Attribute Details
#enabled ⇒ Boolean
Whether the capability is enabled.
675 676 677 678 679 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 675 class CapabilityConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |