Class: Aws::Types::Project
- Inherits:
-
Object
- Object
- Aws::Types::Project
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
742 743 744 |
# File 'sig/types.rbs', line 742 def account_id @account_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
743 744 745 |
# File 'sig/types.rbs', line 743 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
744 745 746 |
# File 'sig/types.rbs', line 744 def created_by @created_by end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
745 746 747 |
# File 'sig/types.rbs', line 745 def dataset_name @dataset_name end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
747 748 749 |
# File 'sig/types.rbs', line 747 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
746 747 748 |
# File 'sig/types.rbs', line 746 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
748 749 750 |
# File 'sig/types.rbs', line 748 def name @name end |
#open_date ⇒ ::Time
Returns the value of attribute open_date.
755 756 757 |
# File 'sig/types.rbs', line 755 def open_date @open_date end |
#opened_by ⇒ ::String
Returns the value of attribute opened_by.
754 755 756 |
# File 'sig/types.rbs', line 754 def opened_by @opened_by end |
#recipe_name ⇒ ::String
Returns the value of attribute recipe_name.
749 750 751 |
# File 'sig/types.rbs', line 749 def recipe_name @recipe_name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
750 751 752 |
# File 'sig/types.rbs', line 750 def resource_arn @resource_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
753 754 755 |
# File 'sig/types.rbs', line 753 def role_arn @role_arn end |
#sample ⇒ Types::Sample
Returns the value of attribute sample.
751 752 753 |
# File 'sig/types.rbs', line 751 def sample @sample end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
752 753 754 |
# File 'sig/types.rbs', line 752 def end |