Class: Aws::Types::EngagementCustomerProjectDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:business_problem])

Instance Attribute Summary collapse

Instance Attribute Details

#business_problem::String

Returns the value of attribute business_problem.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def business_problem
  @business_problem
end

#target_completion_date::String

Returns the value of attribute target_completion_date.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def target_completion_date
  @target_completion_date
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def title
  @title
end