Module: Aws::GlueDataBrew::Client::_DescribeRecipeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRecipeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_date ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #last_modified_by ⇒ ::String
- #last_modified_date ⇒ ::Time
- #name ⇒ ::String
- #project_name ⇒ ::String
- #published_by ⇒ ::String
- #published_date ⇒ ::Time
- #recipe_version ⇒ ::String
- #resource_arn ⇒ ::String
- #steps ⇒ ::Array[Types::RecipeStep]
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#create_date ⇒ ::Time
409 |
# File 'sig/client.rbs', line 409
def create_date: () -> ::Time
|
#created_by ⇒ ::String
408 |
# File 'sig/client.rbs', line 408
def created_by: () -> ::String
|
#description ⇒ ::String
415 |
# File 'sig/client.rbs', line 415
def description: () -> ::String
|
#last_modified_by ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def last_modified_by: () -> ::String
|
#last_modified_date ⇒ ::Time
411 |
# File 'sig/client.rbs', line 411
def last_modified_date: () -> ::Time
|
#name ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def name: () -> ::String
|
#project_name ⇒ ::String
412 |
# File 'sig/client.rbs', line 412
def project_name: () -> ::String
|
#published_by ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def published_by: () -> ::String
|
#published_date ⇒ ::Time
414 |
# File 'sig/client.rbs', line 414
def published_date: () -> ::Time
|
#recipe_version ⇒ ::String
420 |
# File 'sig/client.rbs', line 420
def recipe_version: () -> ::String
|
#resource_arn ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def resource_arn: () -> ::String
|
#steps ⇒ ::Array[Types::RecipeStep]
417 |
# File 'sig/client.rbs', line 417
def steps: () -> ::Array[Types::RecipeStep]
|
#tags ⇒ ::Hash[::String, ::String]
418 |
# File 'sig/client.rbs', line 418
def tags: () -> ::Hash[::String, ::String]
|