Module: Aws::PartnerCentralSelling::Client::_GetEngagementResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEngagementResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #contexts ⇒ ::Array[Types::EngagementContextDetails]
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #id ⇒ ::String
- #member_count ⇒ ::Integer
- #modified_at ⇒ ::Time
- #modified_by ⇒ ::String
- #title ⇒ ::String
Instance Method Details
#arn ⇒ ::String
348 |
# File 'sig/client.rbs', line 348
def arn: () -> ::String
|
#contexts ⇒ ::Array[Types::EngagementContextDetails]
356 |
# File 'sig/client.rbs', line 356
def contexts: () -> ::Array[Types::EngagementContextDetails]
|
#created_at ⇒ ::Time
351 |
# File 'sig/client.rbs', line 351
def created_at: () -> ::Time
|
#created_by ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def created_by: () -> ::String
|
#description ⇒ ::String
350 |
# File 'sig/client.rbs', line 350
def description: () -> ::String
|
#id ⇒ ::String
347 |
# File 'sig/client.rbs', line 347
def id: () -> ::String
|
#member_count ⇒ ::Integer
353 |
# File 'sig/client.rbs', line 353
def member_count: () -> ::Integer
|
#modified_at ⇒ ::Time
354 |
# File 'sig/client.rbs', line 354
def modified_at: () -> ::Time
|
#modified_by ⇒ ::String
355 |
# File 'sig/client.rbs', line 355
def modified_by: () -> ::String
|
#title ⇒ ::String
349 |
# File 'sig/client.rbs', line 349
def title: () -> ::String
|