Module: Aws::GlueDataBrew::Client::_DescribeProjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeProjectResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_date ⇒ ::Time
- #created_by ⇒ ::String
- #dataset_name ⇒ ::String
- #last_modified_by ⇒ ::String
- #last_modified_date ⇒ ::Time
- #name ⇒ ::String
- #open_date ⇒ ::Time
- #opened_by ⇒ ::String
- #recipe_name ⇒ ::String
- #resource_arn ⇒ ::String
- #role_arn ⇒ ::String
- #sample ⇒ Types::Sample
- #session_status ⇒ "ASSIGNED", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#create_date ⇒ ::Time
385 |
# File 'sig/client.rbs', line 385
def create_date: () -> ::Time
|
#created_by ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def created_by: () -> ::String
|
#dataset_name ⇒ ::String
387 |
# File 'sig/client.rbs', line 387
def dataset_name: () -> ::String
|
#last_modified_by ⇒ ::String
389 |
# File 'sig/client.rbs', line 389
def last_modified_by: () -> ::String
|
#last_modified_date ⇒ ::Time
388 |
# File 'sig/client.rbs', line 388
def last_modified_date: () -> ::Time
|
#name ⇒ ::String
390 |
# File 'sig/client.rbs', line 390
def name: () -> ::String
|
#open_date ⇒ ::Time
398 |
# File 'sig/client.rbs', line 398
def open_date: () -> ::Time
|
#opened_by ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def opened_by: () -> ::String
|
#recipe_name ⇒ ::String
391 |
# File 'sig/client.rbs', line 391
def recipe_name: () -> ::String
|
#resource_arn ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def resource_arn: () -> ::String
|
#role_arn ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def role_arn: () -> ::String
|
#session_status ⇒ "ASSIGNED", ...
396 |
# File 'sig/client.rbs', line 396
def session_status: () -> ("ASSIGNED" | "FAILED" | "INITIALIZING" | "PROVISIONING" | "READY" | "RECYCLING" | "ROTATING" | "TERMINATED" | "TERMINATING" | "UPDATING")
|
#tags ⇒ ::Hash[::String, ::String]
395 |
# File 'sig/client.rbs', line 395
def tags: () -> ::Hash[::String, ::String]
|