Class: Aws::Types::UpdateRecipeJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute data_catalog_outputs.

Returns:



1022
1023
1024
# File 'sig/types.rbs', line 1022

def data_catalog_outputs
  @data_catalog_outputs
end

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

Returns the value of attribute database_outputs.

Returns:



1023
1024
1025
# File 'sig/types.rbs', line 1023

def database_outputs
  @database_outputs
end

#encryption_key_arn ⇒ ::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

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")


1016
1017
1018
# File 'sig/types.rbs', line 1016

def encryption_mode
  @encryption_mode
end

#log_subscription ⇒ "ENABLE", "DISABLE"

Returns the value of attribute log_subscription.

Returns:

  • ("ENABLE", "DISABLE")


1018
1019
1020
# File 'sig/types.rbs', line 1018

def log_subscription
  @log_subscription
end

#max_capacity ⇒ ::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def max_capacity
  @max_capacity
end

#max_retries ⇒ ::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def max_retries
  @max_retries
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def name
  @name
end

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

Returns the value of attribute outputs.

Returns:



1021
1022
1023
# File 'sig/types.rbs', line 1021

def outputs
  @outputs
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def role_arn
  @role_arn
end

#timeout ⇒ ::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def timeout
  @timeout
end