Class: Aws::Types::AccountSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:company_name, :website_url])

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::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.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def company_name
  @company_name
end

#industry"Aerospace", ...

Returns the value of attribute industry.

Returns:

  • ("Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other")


41
42
43
# File 'sig/types.rbs', line 41

def industry
  @industry
end

#other_industry::String

Returns the value of attribute other_industry.

Returns:

  • (::String)


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.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def website_url
  @website_url
end