Class: Aws::Types::RuleDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::RuleDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commands ⇒ ::Array[::String]
Returns the value of attribute commands.
-
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
-
#input_artifacts ⇒ ::Array[Types::InputArtifact]
Returns the value of attribute input_artifacts.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#rule_type_id ⇒ Types::RuleTypeId
Returns the value of attribute rule_type_id.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
Instance Attribute Details
#commands ⇒ ::Array[::String]
Returns the value of attribute commands.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def commands @commands end |
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def configuration @configuration end |
#input_artifacts ⇒ ::Array[Types::InputArtifact]
Returns the value of attribute input_artifacts.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def input_artifacts @input_artifacts end |
#name ⇒ ::String
Returns the value of attribute name.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def name @name end |
#region ⇒ ::String
Returns the value of attribute region.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def region @region end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def role_arn @role_arn end |
#rule_type_id ⇒ Types::RuleTypeId
Returns the value of attribute rule_type_id.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def rule_type_id @rule_type_id end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def timeout_in_minutes @timeout_in_minutes end |