Class: Aws::Types::LeadCustomer

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::LeadAddress

Returns the value of attribute address.

Returns:



698
699
700
# File 'sig/types.rbs', line 698

def address
  @address
end

#aws_maturity::String

Returns the value of attribute aws_maturity.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def aws_maturity
  @aws_maturity
end

#company_name::String

Returns the value of attribute company_name.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def company_name
  @company_name
end

#industry::String

Returns the value of attribute industry.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def industry
  @industry
end

#market_segment::String

Returns the value of attribute market_segment.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def market_segment
  @market_segment
end

#website_url::String

Returns the value of attribute website_url.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def website_url
  @website_url
end