Class: Aws::Types::RuleExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::RuleExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
-
#input_artifacts ⇒ ::Array[Types::ArtifactDetail]
Returns the value of attribute input_artifacts.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resolved_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute resolved_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#rule_type_id ⇒ Types::RuleTypeId
Returns the value of attribute rule_type_id.
Instance Attribute Details
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def configuration @configuration end |
#input_artifacts ⇒ ::Array[Types::ArtifactDetail]
Returns the value of attribute input_artifacts.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def input_artifacts @input_artifacts end |
#region ⇒ ::String
Returns the value of attribute region.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def region @region end |
#resolved_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute resolved_configuration.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def resolved_configuration @resolved_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def role_arn @role_arn end |
#rule_type_id ⇒ Types::RuleTypeId
Returns the value of attribute rule_type_id.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def rule_type_id @rule_type_id end |