Class: Aws::Types::ThirdPartyJobData
- Inherits:
-
Object
- Object
- Aws::Types::ThirdPartyJobData
- 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.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def action_configuration @action_configuration end |
#action_type_id ⇒ Types::ActionTypeId
Returns the value of attribute action_type_id.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def action_type_id @action_type_id end |
#artifact_credentials ⇒ Types::AWSSessionCredentials
Returns the value of attribute artifact_credentials.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def artifact_credentials @artifact_credentials end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def continuation_token @continuation_token end |
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def encryption_key @encryption_key end |
#input_artifacts ⇒ ::Array[Types::Artifact]
Returns the value of attribute input_artifacts.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def input_artifacts @input_artifacts end |
#output_artifacts ⇒ ::Array[Types::Artifact]
Returns the value of attribute output_artifacts.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def output_artifacts @output_artifacts end |
#pipeline_context ⇒ Types::PipelineContext
Returns the value of attribute pipeline_context.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def pipeline_context @pipeline_context end |