Class: Aws::Types::LeadInvitationCustomer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:company_name, :website_url, :country_code])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_maturity::String

Returns the value of attribute aws_maturity.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def aws_maturity
  @aws_maturity
end

#company_name::String

Returns the value of attribute company_name.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def company_name
  @company_name
end

#country_code::String

Returns the value of attribute country_code.

Returns:

  • (::String)


725
726
727
# File 'sig/types.rbs', line 725

def country_code
  @country_code
end

#industry::String

Returns the value of attribute industry.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def industry
  @industry
end

#market_segment::String

Returns the value of attribute market_segment.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def market_segment
  @market_segment
end

#website_url::String

Returns the value of attribute website_url.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def website_url
  @website_url
end