Class: Aws::Types::Recipe

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arn ⇒ ::String

Returns the value of attribute algorithm_arn.

Returns:

  • (::String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def algorithm_arn
  @algorithm_arn
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def description
  @description
end

#feature_transformation_arn ⇒ ::String

Returns the value of attribute feature_transformation_arn.

Returns:

  • (::String)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def feature_transformation_arn
  @feature_transformation_arn
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def name
  @name
end

#recipe_arn ⇒ ::String

Returns the value of attribute recipe_arn.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def recipe_arn
  @recipe_arn
end

#recipe_type ⇒ ::String

Returns the value of attribute recipe_type.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def recipe_type
  @recipe_type
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def status
  @status
end