Class: Aws::Types::ControlSummary
- Inherits:
-
Object
- Object
- Aws::Types::ControlSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aliases ⇒ ::Array[::String]
Returns the value of attribute aliases.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#behavior ⇒ "PREVENTIVE", ...
Returns the value of attribute behavior.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#governed_providers ⇒ ::Array[::String]
Returns the value of attribute governed_providers.
-
#governed_resources ⇒ ::Array[::String]
Returns the value of attribute governed_resources.
-
#implementation ⇒ Types::ImplementationSummary
Returns the value of attribute implementation.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameter_requirement_summary ⇒ "REQUIRED", ...
Returns the value of attribute parameter_requirement_summary.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
Instance Attribute Details
#aliases ⇒ ::Array[::String]
Returns the value of attribute aliases.
77 78 79 |
# File 'sig/types.rbs', line 77 def aliases @aliases end |
#arn ⇒ ::String
Returns the value of attribute arn.
76 77 78 |
# File 'sig/types.rbs', line 76 def arn @arn end |
#behavior ⇒ "PREVENTIVE", ...
Returns the value of attribute behavior.
80 81 82 |
# File 'sig/types.rbs', line 80 def behavior @behavior end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
84 85 86 |
# File 'sig/types.rbs', line 84 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
79 80 81 |
# File 'sig/types.rbs', line 79 def description @description end |
#governed_providers ⇒ ::Array[::String]
Returns the value of attribute governed_providers.
86 87 88 |
# File 'sig/types.rbs', line 86 def governed_providers @governed_providers end |
#governed_resources ⇒ ::Array[::String]
Returns the value of attribute governed_resources.
85 86 87 |
# File 'sig/types.rbs', line 85 def governed_resources @governed_resources end |
#implementation ⇒ Types::ImplementationSummary
Returns the value of attribute implementation.
83 84 85 |
# File 'sig/types.rbs', line 83 def implementation @implementation end |
#name ⇒ ::String
Returns the value of attribute name.
78 79 80 |
# File 'sig/types.rbs', line 78 def name @name end |
#parameter_requirement_summary ⇒ "REQUIRED", ...
Returns the value of attribute parameter_requirement_summary.
82 83 84 |
# File 'sig/types.rbs', line 82 def parameter_requirement_summary @parameter_requirement_summary end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
81 82 83 |
# File 'sig/types.rbs', line 81 def severity @severity end |