Class: Aws::Types::CreateProjectRequest

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")


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.

Returns:

  • ("CONTENT_MODERATION", "CUSTOM_LABELS")


260
261
262
# File 'sig/types.rbs', line 260

def feature
  @feature
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


262
263
264
# File 'sig/types.rbs', line 262

def tags
  @tags
end