Class: Aws::Types::CreateProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_update ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_update.
-
#feature ⇒ "CONTENT_MODERATION", "CUSTOM_LABELS"
Returns the value of attribute feature.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#auto_update ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_update.
261 262 263 |
# File 'sig/types.rbs', line 261 def auto_update @auto_update end |
#feature ⇒ "CONTENT_MODERATION", "CUSTOM_LABELS"
Returns the value of attribute feature.
260 261 262 |
# File 'sig/types.rbs', line 260 def feature @feature end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
259 260 261 |
# File 'sig/types.rbs', line 259 def project_name @project_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
262 263 264 |
# File 'sig/types.rbs', line 262 def end |