Class: Aws::Types::GetControlResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetControlResponse
- 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::ImplementationDetails
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.
-
#parameters ⇒ ::Array[Types::ControlParameter]
Returns the value of attribute parameters.
-
#region_configuration ⇒ Types::RegionConfiguration
Returns the value of attribute region_configuration.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
Instance Attribute Details
#aliases ⇒ ::Array[::String]
Returns the value of attribute aliases.
117 118 119 |
# File 'sig/types.rbs', line 117 def aliases @aliases end |
#arn ⇒ ::String
Returns the value of attribute arn.
116 117 118 |
# File 'sig/types.rbs', line 116 def arn @arn end |
#behavior ⇒ "PREVENTIVE", ...
Returns the value of attribute behavior.
120 121 122 |
# File 'sig/types.rbs', line 120 def behavior @behavior end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
126 127 128 |
# File 'sig/types.rbs', line 126 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
119 120 121 |
# File 'sig/types.rbs', line 119 def description @description end |
#governed_providers ⇒ ::Array[::String]
Returns the value of attribute governed_providers.
128 129 130 |
# File 'sig/types.rbs', line 128 def governed_providers @governed_providers end |
#governed_resources ⇒ ::Array[::String]
Returns the value of attribute governed_resources.
127 128 129 |
# File 'sig/types.rbs', line 127 def governed_resources @governed_resources end |
#implementation ⇒ Types::ImplementationDetails
Returns the value of attribute implementation.
123 124 125 |
# File 'sig/types.rbs', line 123 def implementation @implementation end |
#name ⇒ ::String
Returns the value of attribute name.
118 119 120 |
# File 'sig/types.rbs', line 118 def name @name end |
#parameter_requirement_summary ⇒ "REQUIRED", ...
Returns the value of attribute parameter_requirement_summary.
124 125 126 |
# File 'sig/types.rbs', line 124 def parameter_requirement_summary @parameter_requirement_summary end |
#parameters ⇒ ::Array[Types::ControlParameter]
Returns the value of attribute parameters.
125 126 127 |
# File 'sig/types.rbs', line 125 def parameters @parameters end |
#region_configuration ⇒ Types::RegionConfiguration
Returns the value of attribute region_configuration.
122 123 124 |
# File 'sig/types.rbs', line 122 def region_configuration @region_configuration end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
121 122 123 |
# File 'sig/types.rbs', line 121 def severity @severity end |