Class: Aws::Types::ActionDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::ActionDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type_id ⇒ Types::ActionTypeId
Returns the value of attribute action_type_id.
-
#commands ⇒ ::Array[::String]
Returns the value of attribute commands.
-
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
-
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
-
#input_artifacts ⇒ ::Array[Types::InputArtifact]
Returns the value of attribute input_artifacts.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#output_artifacts ⇒ ::Array[Types::OutputArtifact]
Returns the value of attribute output_artifacts.
-
#output_variables ⇒ ::Array[::String]
Returns the value of attribute output_variables.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#run_order ⇒ ::Integer
Returns the value of attribute run_order.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
Instance Attribute Details
#action_type_id ⇒ Types::ActionTypeId
Returns the value of attribute action_type_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def action_type_id @action_type_id end |
#commands ⇒ ::Array[::String]
Returns the value of attribute commands.
68 69 70 |
# File 'sig/types.rbs', line 68 def commands @commands end |
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
67 68 69 |
# File 'sig/types.rbs', line 67 def configuration @configuration end |
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
76 77 78 |
# File 'sig/types.rbs', line 76 def environment_variables @environment_variables end |
#input_artifacts ⇒ ::Array[Types::InputArtifact]
Returns the value of attribute input_artifacts.
70 71 72 |
# File 'sig/types.rbs', line 70 def input_artifacts @input_artifacts end |
#name ⇒ ::String
Returns the value of attribute name.
64 65 66 |
# File 'sig/types.rbs', line 64 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
74 75 76 |
# File 'sig/types.rbs', line 74 def namespace @namespace end |
#output_artifacts ⇒ ::Array[Types::OutputArtifact]
Returns the value of attribute output_artifacts.
69 70 71 |
# File 'sig/types.rbs', line 69 def output_artifacts @output_artifacts end |
#output_variables ⇒ ::Array[::String]
Returns the value of attribute output_variables.
71 72 73 |
# File 'sig/types.rbs', line 71 def output_variables @output_variables end |
#region ⇒ ::String
Returns the value of attribute region.
73 74 75 |
# File 'sig/types.rbs', line 73 def region @region end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
72 73 74 |
# File 'sig/types.rbs', line 72 def role_arn @role_arn end |
#run_order ⇒ ::Integer
Returns the value of attribute run_order.
66 67 68 |
# File 'sig/types.rbs', line 66 def run_order @run_order end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
75 76 77 |
# File 'sig/types.rbs', line 75 def timeout_in_minutes @timeout_in_minutes end |