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

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


772
773
774
# File 'sig/types.rbs', line 772

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def created_by
  @created_by
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def description
  @description
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


774
775
776
# File 'sig/types.rbs', line 774

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def name
  @name
end

#project_name ⇒ ::String

Returns the value of attribute project_name.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def project_name
  @project_name
end

#published_by ⇒ ::String

Returns the value of attribute published_by.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def published_by
  @published_by
end

#published_date ⇒ ::Time

Returns the value of attribute published_date.

Returns:

  • (::Time)


777
778
779
# File 'sig/types.rbs', line 777

def published_date
  @published_date
end

#recipe_version ⇒ ::String

Returns the value of attribute recipe_version.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def recipe_version
  @recipe_version
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def resource_arn
  @resource_arn
end

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

Returns the value of attribute steps.

Returns:



781
782
783
# File 'sig/types.rbs', line 781

def steps
  @steps
end

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

Returns the value of attribute tags.

Returns:

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


782
783
784
# File 'sig/types.rbs', line 782

def tags
  @tags
end