Class: Aws::Types::ThirdPartyJobData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:artifact_credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#action_configurationTypes::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_idTypes::ActionTypeId

Returns the value of attribute action_type_id.

Returns:



1425
1426
1427
# File 'sig/types.rbs', line 1425

def action_type_id
  @action_type_id
end

#artifact_credentialsTypes::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.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def continuation_token
  @continuation_token
end

#encryption_keyTypes::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.

Returns:



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.

Returns:



1429
1430
1431
# File 'sig/types.rbs', line 1429

def output_artifacts
  @output_artifacts
end

#pipeline_contextTypes::PipelineContext

Returns the value of attribute pipeline_context.



1427
1428
1429
# File 'sig/types.rbs', line 1427

def pipeline_context
  @pipeline_context
end