Class: Aws::Types::LeadCustomer
- Inherits:
-
Object
- Object
- Aws::Types::LeadCustomer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ Types::LeadAddress
Returns the value of attribute address.
-
#aws_maturity ⇒ ::String
Returns the value of attribute aws_maturity.
-
#company_name ⇒ ::String
Returns the value of attribute company_name.
-
#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
#address ⇒ Types::LeadAddress
Returns the value of attribute address.
698 699 700 |
# File 'sig/types.rbs', line 698 def address @address end |
#aws_maturity ⇒ ::String
Returns the value of attribute aws_maturity.
699 700 701 |
# File 'sig/types.rbs', line 699 def aws_maturity @aws_maturity end |
#company_name ⇒ ::String
Returns the value of attribute company_name.
696 697 698 |
# File 'sig/types.rbs', line 696 def company_name @company_name end |
#industry ⇒ ::String
Returns the value of attribute industry.
695 696 697 |
# File 'sig/types.rbs', line 695 def industry @industry end |
#market_segment ⇒ ::String
Returns the value of attribute market_segment.
700 701 702 |
# File 'sig/types.rbs', line 700 def market_segment @market_segment end |
#website_url ⇒ ::String
Returns the value of attribute website_url.
697 698 699 |
# File 'sig/types.rbs', line 697 def website_url @website_url end |