Class: Aws::Types::ProspectingResultCustomer
- Inherits:
-
Object
- Object
- Aws::Types::ProspectingResultCustomer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#company_size ⇒ ::String
Returns the value of attribute company_size.
-
#country ⇒ "US", ...
Returns the value of attribute country.
-
#eligible_programs ⇒ ::Array[::String]
Returns the value of attribute eligible_programs.
-
#geo ⇒ ::String
Returns the value of attribute geo.
-
#industry ⇒ "Aerospace", ...
Returns the value of attribute industry.
-
#public_profile_summary ⇒ ::String
Returns the value of attribute public_profile_summary.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#segment ⇒ ::String
Returns the value of attribute segment.
-
#sub_industry ⇒ ::String
Returns the value of attribute sub_industry.
-
#sub_region ⇒ ::String
Returns the value of attribute sub_region.
Instance Attribute Details
#account_name ⇒ ::String
Returns the value of attribute account_name.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def account_name @account_name end |
#company_size ⇒ ::String
Returns the value of attribute company_size.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def company_size @company_size end |
#country ⇒ "US", ...
Returns the value of attribute country.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def country @country end |
#eligible_programs ⇒ ::Array[::String]
Returns the value of attribute eligible_programs.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def eligible_programs @eligible_programs end |
#geo ⇒ ::String
Returns the value of attribute geo.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def geo @geo end |
#industry ⇒ "Aerospace", ...
Returns the value of attribute industry.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def industry @industry end |
#public_profile_summary ⇒ ::String
Returns the value of attribute public_profile_summary.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def public_profile_summary @public_profile_summary end |
#region ⇒ ::String
Returns the value of attribute region.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def region @region end |
#segment ⇒ ::String
Returns the value of attribute segment.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def segment @segment end |
#sub_industry ⇒ ::String
Returns the value of attribute sub_industry.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def sub_industry @sub_industry end |
#sub_region ⇒ ::String
Returns the value of attribute sub_region.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def sub_region @sub_region end |