Class: Aws::Types::EngagementCustomer
- Inherits:
-
Object
- Object
- Aws::Types::EngagementCustomer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#company_name ⇒ ::String
Returns the value of attribute company_name.
-
#country_code ⇒ "US", ...
Returns the value of attribute country_code.
-
#industry ⇒ "Aerospace", ...
Returns the value of attribute industry.
-
#website_url ⇒ ::String
Returns the value of attribute website_url.
Instance Attribute Details
#company_name ⇒ ::String
Returns the value of attribute company_name.
373 374 375 |
# File 'sig/types.rbs', line 373 def company_name @company_name end |
#country_code ⇒ "US", ...
Returns the value of attribute country_code.
375 376 377 |
# File 'sig/types.rbs', line 375 def country_code @country_code end |
#industry ⇒ "Aerospace", ...
Returns the value of attribute industry.
372 373 374 |
# File 'sig/types.rbs', line 372 def industry @industry end |
#website_url ⇒ ::String
Returns the value of attribute website_url.
374 375 376 |
# File 'sig/types.rbs', line 374 def website_url @website_url end |