Class: Aws::Types::DescribeProjectResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProjectResponse
- 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.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#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.
-
#open_date ⇒ ::Time
Returns the value of attribute open_date.
-
#opened_by ⇒ ::String
Returns the value of attribute opened_by.
-
#recipe_name ⇒ ::String
Returns the value of attribute recipe_name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sample ⇒ Types::Sample
Returns the value of attribute sample.
-
#session_status ⇒ "ASSIGNED", ...
Returns the value of attribute session_status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#create_date ⇒ ::Time
Returns the value of attribute create_date.
408 409 410 |
# File 'sig/types.rbs', line 408 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
409 410 411 |
# File 'sig/types.rbs', line 409 def created_by @created_by end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
410 411 412 |
# File 'sig/types.rbs', line 410 def dataset_name @dataset_name end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
412 413 414 |
# File 'sig/types.rbs', line 412 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
411 412 413 |
# File 'sig/types.rbs', line 411 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
413 414 415 |
# File 'sig/types.rbs', line 413 def name @name end |
#open_date ⇒ ::Time
Returns the value of attribute open_date.
421 422 423 |
# File 'sig/types.rbs', line 421 def open_date @open_date end |
#opened_by ⇒ ::String
Returns the value of attribute opened_by.
420 421 422 |
# File 'sig/types.rbs', line 420 def opened_by @opened_by end |
#recipe_name ⇒ ::String
Returns the value of attribute recipe_name.
414 415 416 |
# File 'sig/types.rbs', line 414 def recipe_name @recipe_name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
415 416 417 |
# File 'sig/types.rbs', line 415 def resource_arn @resource_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
417 418 419 |
# File 'sig/types.rbs', line 417 def role_arn @role_arn end |
#sample ⇒ Types::Sample
Returns the value of attribute sample.
416 417 418 |
# File 'sig/types.rbs', line 416 def sample @sample end |
#session_status ⇒ "ASSIGNED", ...
Returns the value of attribute session_status.
419 420 421 |
# File 'sig/types.rbs', line 419 def session_status @session_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
418 419 420 |
# File 'sig/types.rbs', line 418 def @tags end |