Class: Aws::Types::OpportunitySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def arn
  @arn
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def catalog
  @catalog
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def created_date
  @created_date
end

#customerTypes::CustomerSummary

Returns the value of attribute customer.



1105
1106
1107
# File 'sig/types.rbs', line 1105

def customer
  @customer
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def id
  @id
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def last_modified_date
  @last_modified_date
end

#life_cycleTypes::LifeCycleSummary

Returns the value of attribute life_cycle.



1104
1105
1106
# File 'sig/types.rbs', line 1104

def life_cycle
  @life_cycle
end

#opportunity_type"Net New Business", ...

Returns the value of attribute opportunity_type.

Returns:

  • ("Net New Business", "Flat Renewal", "Expansion")


1101
1102
1103
# File 'sig/types.rbs', line 1101

def opportunity_type
  @opportunity_type
end

#partner_opportunity_identifier::String

Returns the value of attribute partner_opportunity_identifier.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def partner_opportunity_identifier
  @partner_opportunity_identifier
end

#projectTypes::ProjectSummary

Returns the value of attribute project.



1106
1107
1108
# File 'sig/types.rbs', line 1106

def project
  @project
end