Class: Aws::Types::AccountSummary
- Inherits:
-
Object
- Object
- Aws::Types::AccountSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ Types::AddressSummary
Returns the value of attribute address.
-
#company_name ⇒ ::String
Returns the value of attribute company_name.
-
#industry ⇒ "Aerospace", ...
Returns the value of attribute industry.
-
#other_industry ⇒ ::String
Returns the value of attribute other_industry.
-
#website_url ⇒ ::String
Returns the value of attribute website_url.
Instance Attribute Details
#address ⇒ Types::AddressSummary
Returns the value of attribute address.
45 46 47 |
# File 'sig/types.rbs', line 45 def address @address end |
#company_name ⇒ ::String
Returns the value of attribute company_name.
43 44 45 |
# File 'sig/types.rbs', line 43 def company_name @company_name end |
#industry ⇒ "Aerospace", ...
Returns the value of attribute industry.
41 42 43 |
# File 'sig/types.rbs', line 41 def industry @industry end |
#other_industry ⇒ ::String
Returns the value of attribute other_industry.
42 43 44 |
# File 'sig/types.rbs', line 42 def other_industry @other_industry end |
#website_url ⇒ ::String
Returns the value of attribute website_url.
44 45 46 |
# File 'sig/types.rbs', line 44 def website_url @website_url end |