Class: Aws::Types::LeadInvitationCustomer
- Inherits:
-
Object
- Object
- Aws::Types::LeadInvitationCustomer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_maturity ⇒ ::String
Returns the value of attribute aws_maturity.
-
#company_name ⇒ ::String
Returns the value of attribute company_name.
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#industry ⇒ ::String
Returns the value of attribute industry.
-
#market_segment ⇒ ::String
Returns the value of attribute market_segment.
-
#website_url ⇒ ::String
Returns the value of attribute website_url.
Instance Attribute Details
#aws_maturity ⇒ ::String
Returns the value of attribute aws_maturity.
726 727 728 |
# File 'sig/types.rbs', line 726 def aws_maturity @aws_maturity end |
#company_name ⇒ ::String
Returns the value of attribute company_name.
723 724 725 |
# File 'sig/types.rbs', line 723 def company_name @company_name end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
725 726 727 |
# File 'sig/types.rbs', line 725 def country_code @country_code end |
#industry ⇒ ::String
Returns the value of attribute industry.
722 723 724 |
# File 'sig/types.rbs', line 722 def industry @industry end |
#market_segment ⇒ ::String
Returns the value of attribute market_segment.
727 728 729 |
# File 'sig/types.rbs', line 727 def market_segment @market_segment end |
#website_url ⇒ ::String
Returns the value of attribute website_url.
724 725 726 |
# File 'sig/types.rbs', line 724 def website_url @website_url end |