Class: Aws::Types::ProjectDetails

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)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def business_problem
  @business_problem
end

#expected_customer_spend::Array[Types::ExpectedCustomerSpend]

Returns the value of attribute expected_customer_spend.

Returns:



1163
1164
1165
# File 'sig/types.rbs', line 1163

def expected_customer_spend
  @expected_customer_spend
end

#target_completion_date::String

Returns the value of attribute target_completion_date.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def target_completion_date
  @target_completion_date
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def title
  @title
end