Module: Aws::ControlCatalog::Client::_GetControlResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetControlResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aliases ⇒ ::Array[::String]
- #arn ⇒ ::String
- #behavior ⇒ "PREVENTIVE", ...
- #create_time ⇒ ::Time
- #description ⇒ ::String
- #governed_providers ⇒ ::Array[::String]
- #governed_resources ⇒ ::Array[::String]
- #implementation ⇒ Types::ImplementationDetails
- #name ⇒ ::String
- #parameter_requirement_summary ⇒ "REQUIRED", ...
- #parameters ⇒ ::Array[Types::ControlParameter]
- #region_configuration ⇒ Types::RegionConfiguration
- #severity ⇒ "LOW", ...
Instance Method Details
#aliases ⇒ ::Array[::String]
84 |
# File 'sig/client.rbs', line 84 def aliases: () -> ::Array[::String] |
#arn ⇒ ::String
83 |
# File 'sig/client.rbs', line 83 def arn: () -> ::String |
#behavior ⇒ "PREVENTIVE", ...
87 |
# File 'sig/client.rbs', line 87 def behavior: () -> ("PREVENTIVE" | "PROACTIVE" | "DETECTIVE") |
#create_time ⇒ ::Time
93 |
# File 'sig/client.rbs', line 93 def create_time: () -> ::Time |
#description ⇒ ::String
86 |
# File 'sig/client.rbs', line 86 def description: () -> ::String |
#governed_providers ⇒ ::Array[::String]
95 |
# File 'sig/client.rbs', line 95 def governed_providers: () -> ::Array[::String] |
#governed_resources ⇒ ::Array[::String]
94 |
# File 'sig/client.rbs', line 94 def governed_resources: () -> ::Array[::String] |
#implementation ⇒ Types::ImplementationDetails
90 |
# File 'sig/client.rbs', line 90 def implementation: () -> Types::ImplementationDetails |
#name ⇒ ::String
85 |
# File 'sig/client.rbs', line 85 def name: () -> ::String |
#parameter_requirement_summary ⇒ "REQUIRED", ...
91 |
# File 'sig/client.rbs', line 91 def parameter_requirement_summary: () -> ("REQUIRED" | "OPTIONAL" | "NONE") |
#parameters ⇒ ::Array[Types::ControlParameter]
92 |
# File 'sig/client.rbs', line 92 def parameters: () -> ::Array[Types::ControlParameter] |
#region_configuration ⇒ Types::RegionConfiguration
89 |
# File 'sig/client.rbs', line 89 def region_configuration: () -> Types::RegionConfiguration |
#severity ⇒ "LOW", ...
88 |
# File 'sig/client.rbs', line 88 def severity: () -> ("LOW" | "MEDIUM" | "HIGH" | "CRITICAL") |