Class: Aws::Types::Recipe
- Inherits:
-
Object
- Object
- Aws::Types::Recipe
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#published_by ⇒ ::String
Returns the value of attribute published_by.
-
#published_date ⇒ ::Time
Returns the value of attribute published_date.
-
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#steps ⇒ ::Array[Types::RecipeStep]
Returns the value of attribute steps.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#create_date ⇒ ::Time
Returns the value of attribute create_date.
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.
771 772 773 |
# File 'sig/types.rbs', line 771 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
779 780 781 |
# File 'sig/types.rbs', line 779 def name @name end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
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.
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.
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.
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.
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.
781 782 783 |
# File 'sig/types.rbs', line 781 def steps @steps end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
782 783 784 |
# File 'sig/types.rbs', line 782 def @tags end |