Class: Aws::Types::DescribeRecipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRecipeResponse
- 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.
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.
432 433 434 |
# File 'sig/types.rbs', line 432 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
440 441 442 |
# File 'sig/types.rbs', line 440 def name @name end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
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.
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.
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.
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.
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.
441 442 443 |
# File 'sig/types.rbs', line 441 def steps @steps end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
442 443 444 |
# File 'sig/types.rbs', line 442 def @tags end |