Class: Aws::Types::Job

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def 
  @account_id
end

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


534
535
536
# File 'sig/types.rbs', line 534

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def created_by
  @created_by
end

#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]

Returns the value of attribute data_catalog_outputs.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def data_catalog_outputs
  @data_catalog_outputs
end

#database_outputs ⇒ ::Array[Types::DatabaseOutput]

Returns the value of attribute database_outputs.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def database_outputs
  @database_outputs
end

#dataset_name ⇒ ::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def dataset_name
  @dataset_name
end

#encryption_key_arn ⇒ ::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def encryption_key_arn
  @encryption_key_arn
end

#encryption_mode ⇒ "SSE-KMS", "SSE-S3"

Returns the value of attribute encryption_mode.

Returns:

  • ("SSE-KMS", "SSE-S3")


537
538
539
# File 'sig/types.rbs', line 537

def encryption_mode
  @encryption_mode
end

#job_sample ⇒ Types::JobSample

Returns the value of attribute job_sample.

Returns:



554
555
556
# File 'sig/types.rbs', line 554

def job_sample
  @job_sample
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


541
542
543
# File 'sig/types.rbs', line 541

def last_modified_date
  @last_modified_date
end

#log_subscription ⇒ "ENABLE", "DISABLE"

Returns the value of attribute log_subscription.

Returns:

  • ("ENABLE", "DISABLE")


542
543
544
# File 'sig/types.rbs', line 542

def log_subscription
  @log_subscription
end

#max_capacity ⇒ ::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


543
544
545
# File 'sig/types.rbs', line 543

def max_capacity
  @max_capacity
end

#max_retries ⇒ ::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


544
545
546
# File 'sig/types.rbs', line 544

def max_retries
  @max_retries
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def name
  @name
end

#outputs ⇒ ::Array[Types::Output]

Returns the value of attribute outputs.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def outputs
  @outputs
end

#project_name ⇒ ::String

Returns the value of attribute project_name.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def project_name
  @project_name
end

#recipe_reference ⇒ Types::RecipeReference

Returns the value of attribute recipe_reference.



549
550
551
# File 'sig/types.rbs', line 549

def recipe_reference
  @recipe_reference
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def resource_arn
  @resource_arn
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def role_arn
  @role_arn
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


553
554
555
# File 'sig/types.rbs', line 553

def tags
  @tags
end

#timeout ⇒ ::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


552
553
554
# File 'sig/types.rbs', line 552

def timeout
  @timeout
end

#type ⇒ "PROFILE", "RECIPE"

Returns the value of attribute type.

Returns:

  • ("PROFILE", "RECIPE")


539
540
541
# File 'sig/types.rbs', line 539

def type
  @type
end

#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]

Returns the value of attribute validation_configurations.

Returns:



555
556
557
# File 'sig/types.rbs', line 555

def validation_configurations
  @validation_configurations
end