Class: Aws::Types::ProjectDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_update"ENABLED", "DISABLED"

Returns the value of attribute auto_update.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::Time)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def creation_timestamp
  @creation_timestamp
end

#datasets::Array[Types::DatasetMetadata]

Returns the value of attribute datasets.

Returns:



1493
1494
1495
# File 'sig/types.rbs', line 1493

def datasets
  @datasets
end

#feature"CONTENT_MODERATION", "CUSTOM_LABELS"

Returns the value of attribute feature.

Returns:

  • ("CONTENT_MODERATION", "CUSTOM_LABELS")


1494
1495
1496
# File 'sig/types.rbs', line 1494

def feature
  @feature
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def project_arn
  @project_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATED", "DELETING")


1492
1493
1494
# File 'sig/types.rbs', line 1492

def status
  @status
end