Class: Aws::Types::EngagementSummary
- Inherits:
-
Object
- Object
- Aws::Types::EngagementSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#context_types ⇒ ::Array[("CustomerProject" | "Lead" | "ProspectingResult")]
Returns the value of attribute context_types.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#member_count ⇒ ::Integer
Returns the value of attribute member_count.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#modified_by ⇒ ::String
Returns the value of attribute modified_by.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
441 442 443 |
# File 'sig/types.rbs', line 441 def arn @arn end |
#context_types ⇒ ::Array[("CustomerProject" | "Lead" | "ProspectingResult")]
Returns the value of attribute context_types.
449 450 451 |
# File 'sig/types.rbs', line 449 def context_types @context_types end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
444 445 446 |
# File 'sig/types.rbs', line 444 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
445 446 447 |
# File 'sig/types.rbs', line 445 def created_by @created_by end |
#id ⇒ ::String
Returns the value of attribute id.
442 443 444 |
# File 'sig/types.rbs', line 442 def id @id end |
#member_count ⇒ ::Integer
Returns the value of attribute member_count.
446 447 448 |
# File 'sig/types.rbs', line 446 def member_count @member_count end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
447 448 449 |
# File 'sig/types.rbs', line 447 def modified_at @modified_at end |
#modified_by ⇒ ::String
Returns the value of attribute modified_by.
448 449 450 |
# File 'sig/types.rbs', line 448 def modified_by @modified_by end |
#title ⇒ ::String
Returns the value of attribute title.
443 444 445 |
# File 'sig/types.rbs', line 443 def title @title end |