Class: Aws::Types::EngagementMember
- Inherits:
-
Object
- Object
- Aws::Types::EngagementMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#company_name ⇒ ::String
Returns the value of attribute company_name.
-
#website_url ⇒ ::String
Returns the value of attribute website_url.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
406 407 408 |
# File 'sig/types.rbs', line 406 def account_id @account_id end |
#company_name ⇒ ::String
Returns the value of attribute company_name.
404 405 406 |
# File 'sig/types.rbs', line 404 def company_name @company_name end |
#website_url ⇒ ::String
Returns the value of attribute website_url.
405 406 407 |
# File 'sig/types.rbs', line 405 def website_url @website_url end |