Class: Aws::Types::DescribeRecipeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


433
434
435
# File 'sig/types.rbs', line 433

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def created_by
  @created_by
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def description
  @description
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


435
436
437
# File 'sig/types.rbs', line 435

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def name
  @name
end

#project_name ⇒ ::String

Returns the value of attribute project_name.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def project_name
  @project_name
end

#published_by ⇒ ::String

Returns the value of attribute published_by.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def published_by
  @published_by
end

#published_date ⇒ ::Time

Returns the value of attribute published_date.

Returns:

  • (::Time)


438
439
440
# File 'sig/types.rbs', line 438

def published_date
  @published_date
end

#recipe_version ⇒ ::String

Returns the value of attribute recipe_version.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def recipe_version
  @recipe_version
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def resource_arn
  @resource_arn
end

#steps ⇒ ::Array[Types::RecipeStep]

Returns the value of attribute steps.

Returns:



441
442
443
# File 'sig/types.rbs', line 441

def steps
  @steps
end

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

Returns the value of attribute tags.

Returns:

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


442
443
444
# File 'sig/types.rbs', line 442

def tags
  @tags
end