Class: Aws::Types::JobData

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.



690
691
692
# File 'sig/types.rbs', line 690

def action_configuration
  @action_configuration
end

#action_type_idTypes::ActionTypeId

Returns the value of attribute action_type_id.

Returns:



689
690
691
# File 'sig/types.rbs', line 689

def action_type_id
  @action_type_id
end

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

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def continuation_token
  @continuation_token
end

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

Returns:



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.

Returns:



693
694
695
# File 'sig/types.rbs', line 693

def output_artifacts
  @output_artifacts
end

#pipeline_contextTypes::PipelineContext

Returns the value of attribute pipeline_context.



691
692
693
# File 'sig/types.rbs', line 691

def pipeline_context
  @pipeline_context
end