Class: Aws::Types::ProjectDescription
- Inherits:
-
Object
- Object
- Aws::Types::ProjectDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_update ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_update.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#datasets ⇒ ::Array[Types::DatasetMetadata]
Returns the value of attribute datasets.
-
#feature ⇒ "CONTENT_MODERATION", "CUSTOM_LABELS"
Returns the value of attribute feature.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#auto_update ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_update.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def auto_update @auto_update end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def @creation_timestamp end |
#datasets ⇒ ::Array[Types::DatasetMetadata]
Returns the value of attribute datasets.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def datasets @datasets end |
#feature ⇒ "CONTENT_MODERATION", "CUSTOM_LABELS"
Returns the value of attribute feature.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def feature @feature end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def project_arn @project_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def status @status end |