Class: Aws::Types::Account
- Inherits:
-
Object
- Object
- Aws::Types::Account
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ Types::Address
Returns the value of attribute address.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#company_name ⇒ ::String
Returns the value of attribute company_name.
-
#duns ⇒ ::String
Returns the value of attribute duns.
-
#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::Address
Returns the value of attribute address.
29 30 31 |
# File 'sig/types.rbs', line 29 def address @address end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
28 29 30 |
# File 'sig/types.rbs', line 28 def aws_account_id @aws_account_id end |
#company_name ⇒ ::String
Returns the value of attribute company_name.
26 27 28 |
# File 'sig/types.rbs', line 26 def company_name @company_name end |
#duns ⇒ ::String
Returns the value of attribute duns.
30 31 32 |
# File 'sig/types.rbs', line 30 def duns @duns end |
#industry ⇒ "Aerospace", ...
Returns the value of attribute industry.
24 25 26 |
# File 'sig/types.rbs', line 24 def industry @industry end |
#other_industry ⇒ ::String
Returns the value of attribute other_industry.
25 26 27 |
# File 'sig/types.rbs', line 25 def other_industry @other_industry end |
#website_url ⇒ ::String
Returns the value of attribute website_url.
27 28 29 |
# File 'sig/types.rbs', line 27 def website_url @website_url end |