Class: Aws::Types::ActionExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::ActionExecutionInput
- 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.
-
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
-
#input_artifacts ⇒ ::Array[Types::ArtifactDetail]
Returns the value of attribute input_artifacts.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#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.
Instance Attribute Details
#action_type_id ⇒ Types::ActionTypeId
Returns the value of attribute action_type_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def action_type_id @action_type_id end |
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
118 119 120 |
# File 'sig/types.rbs', line 118 def configuration @configuration end |
#input_artifacts ⇒ ::Array[Types::ArtifactDetail]
Returns the value of attribute input_artifacts.
122 123 124 |
# File 'sig/types.rbs', line 122 def input_artifacts @input_artifacts end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
123 124 125 |
# File 'sig/types.rbs', line 123 def namespace @namespace end |
#region ⇒ ::String
Returns the value of attribute region.
121 122 123 |
# File 'sig/types.rbs', line 121 def region @region end |
#resolved_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute resolved_configuration.
119 120 121 |
# File 'sig/types.rbs', line 119 def resolved_configuration @resolved_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
120 121 122 |
# File 'sig/types.rbs', line 120 def role_arn @role_arn end |