Class: Aws::Types::EngagementResourceAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::EngagementResourceAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
426 427 428 |
# File 'sig/types.rbs', line 426 def catalog @catalog end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
430 431 432 |
# File 'sig/types.rbs', line 430 def created_by @created_by end |
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
427 428 429 |
# File 'sig/types.rbs', line 427 def engagement_id @engagement_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
429 430 431 |
# File 'sig/types.rbs', line 429 def resource_id @resource_id end |
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def resource_type @resource_type end |