Class: Aws::Types::OpportunitySummary
- Inherits:
-
Object
- Object
- Aws::Types::OpportunitySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#customer ⇒ Types::CustomerSummary
Returns the value of attribute customer.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#life_cycle ⇒ Types::LifeCycleSummary
Returns the value of attribute life_cycle.
-
#opportunity_type ⇒ "Net New Business", ...
Returns the value of attribute opportunity_type.
-
#partner_opportunity_identifier ⇒ ::String
Returns the value of attribute partner_opportunity_identifier.
-
#project ⇒ Types::ProjectSummary
Returns the value of attribute project.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def arn @arn end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def catalog @catalog end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def created_date @created_date end |
#customer ⇒ Types::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.
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.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def last_modified_date @last_modified_date end |
#life_cycle ⇒ Types::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.
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.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def partner_opportunity_identifier @partner_opportunity_identifier end |
#project ⇒ Types::ProjectSummary
Returns the value of attribute project.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def project @project end |