Class: Aws::Types::JobData
- Inherits:
-
Object
- Object
- Aws::Types::JobData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_configuration ⇒ Types::ActionConfiguration
Returns the value of attribute action_configuration.
-
#action_type_id ⇒ Types::ActionTypeId
Returns the value of attribute action_type_id.
-
#artifact_credentials ⇒ Types::AWSSessionCredentials
Returns the value of attribute artifact_credentials.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
-
#input_artifacts ⇒ ::Array[Types::Artifact]
Returns the value of attribute input_artifacts.
-
#output_artifacts ⇒ ::Array[Types::Artifact]
Returns the value of attribute output_artifacts.
-
#pipeline_context ⇒ Types::PipelineContext
Returns the value of attribute pipeline_context.
Instance Attribute Details
#action_configuration ⇒ Types::ActionConfiguration
Returns the value of attribute action_configuration.
690 691 692 |
# File 'sig/types.rbs', line 690 def action_configuration @action_configuration end |
#action_type_id ⇒ Types::ActionTypeId
Returns the value of attribute action_type_id.
689 690 691 |
# File 'sig/types.rbs', line 689 def action_type_id @action_type_id end |
#artifact_credentials ⇒ Types::AWSSessionCredentials
Returns the value of attribute artifact_credentials.
694 695 696 |
# File 'sig/types.rbs', line 694 def artifact_credentials @artifact_credentials end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
695 696 697 |
# File 'sig/types.rbs', line 695 def continuation_token @continuation_token end |
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
696 697 698 |
# File 'sig/types.rbs', line 696 def encryption_key @encryption_key end |
#input_artifacts ⇒ ::Array[Types::Artifact]
Returns the value of attribute input_artifacts.
692 693 694 |
# File 'sig/types.rbs', line 692 def input_artifacts @input_artifacts end |
#output_artifacts ⇒ ::Array[Types::Artifact]
Returns the value of attribute output_artifacts.
693 694 695 |
# File 'sig/types.rbs', line 693 def output_artifacts @output_artifacts end |
#pipeline_context ⇒ Types::PipelineContext
Returns the value of attribute pipeline_context.
691 692 693 |
# File 'sig/types.rbs', line 691 def pipeline_context @pipeline_context end |