Class: Aws::Types::GetEngagementResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEngagementResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#contexts ⇒ ::Array[Types::EngagementContextDetails]
Returns the value of attribute contexts.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
533 534 535 |
# File 'sig/types.rbs', line 533 def arn @arn end |
#contexts ⇒ ::Array[Types::EngagementContextDetails]
Returns the value of attribute contexts.
541 542 543 |
# File 'sig/types.rbs', line 541 def contexts @contexts end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
536 537 538 |
# File 'sig/types.rbs', line 536 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
537 538 539 |
# File 'sig/types.rbs', line 537 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
535 536 537 |
# File 'sig/types.rbs', line 535 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
532 533 534 |
# File 'sig/types.rbs', line 532 def id @id end |
#member_count ⇒ ::Integer
Returns the value of attribute member_count.
538 539 540 |
# File 'sig/types.rbs', line 538 def member_count @member_count end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
539 540 541 |
# File 'sig/types.rbs', line 539 def modified_at @modified_at end |
#modified_by ⇒ ::String
Returns the value of attribute modified_by.
540 541 542 |
# File 'sig/types.rbs', line 540 def modified_by @modified_by end |
#title ⇒ ::String
Returns the value of attribute title.
534 535 536 |
# File 'sig/types.rbs', line 534 def title @title end |