Class: Aws::Types::CreateRecipeJobRequest

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:



119
120
121
# File 'sig/types.rbs', line 119

def data_catalog_outputs
  @data_catalog_outputs
end

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

Returns the value of attribute database_outputs.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def database_outputs
  @database_outputs
end

#dataset_name ⇒ ::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def dataset_name
  @dataset_name
end

#encryption_key_arn ⇒ ::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

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


113
114
115
# File 'sig/types.rbs', line 113

def encryption_mode
  @encryption_mode
end

#log_subscription ⇒ "ENABLE", "DISABLE"

Returns the value of attribute log_subscription.

Returns:

  • ("ENABLE", "DISABLE")


115
116
117
# File 'sig/types.rbs', line 115

def log_subscription
  @log_subscription
end

#max_capacity ⇒ ::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


116
117
118
# File 'sig/types.rbs', line 116

def max_capacity
  @max_capacity
end

#max_retries ⇒ ::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


117
118
119
# File 'sig/types.rbs', line 117

def max_retries
  @max_retries
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def name
  @name
end

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

Returns the value of attribute outputs.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def outputs
  @outputs
end

#project_name ⇒ ::String

Returns the value of attribute project_name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def project_name
  @project_name
end

#recipe_reference ⇒ Types::RecipeReference

Returns the value of attribute recipe_reference.



122
123
124
# File 'sig/types.rbs', line 122

def recipe_reference
  @recipe_reference
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


124
125
126
# File 'sig/types.rbs', line 124

def tags
  @tags
end

#timeout ⇒ ::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


125
126
127
# File 'sig/types.rbs', line 125

def timeout
  @timeout
end