Class: Aws::Types::CreateProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recipe_name ⇒ ::String
Returns the value of attribute recipe_name.
-
#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
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
96 97 98 |
# File 'sig/types.rbs', line 96 def dataset_name @dataset_name end |
#name ⇒ ::String
Returns the value of attribute name.
97 98 99 |
# File 'sig/types.rbs', line 97 def name @name end |
#recipe_name ⇒ ::String
Returns the value of attribute recipe_name.
98 99 100 |
# File 'sig/types.rbs', line 98 def recipe_name @recipe_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
100 101 102 |
# File 'sig/types.rbs', line 100 def role_arn @role_arn end |
#sample ⇒ Types::Sample
Returns the value of attribute sample.
99 100 101 |
# File 'sig/types.rbs', line 99 def sample @sample end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
101 102 103 |
# File 'sig/types.rbs', line 101 def @tags end |