Class: Aws::Types::Account

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:company_name, :website_url, :aws_account_id, :duns])

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::Address

Returns the value of attribute address.

Returns:



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.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def 
  @aws_account_id
end

#company_name::String

Returns the value of attribute company_name.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def company_name
  @company_name
end

#duns::String

Returns the value of attribute duns.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def duns
  @duns
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")


24
25
26
# File 'sig/types.rbs', line 24

def industry
  @industry
end

#other_industry::String

Returns the value of attribute other_industry.

Returns:

  • (::String)


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.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def website_url
  @website_url
end