Class: Aws::Types::ContactInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:full_name, :address_line_1, :address_line_2, :address_line_3, :city, :state_or_region, :district_or_county, :postal_code, :country_code, :phone_number, :company_name, :website_url])

Instance Attribute Summary collapse

Instance Attribute Details

#address_line_1::String

Returns the value of attribute address_line_1.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def address_line_1
  @address_line_1
end

#address_line_2::String

Returns the value of attribute address_line_2.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def address_line_2
  @address_line_2
end

#address_line_3::String

Returns the value of attribute address_line_3.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def address_line_3
  @address_line_3
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def city
  @city
end

#company_name::String

Returns the value of attribute company_name.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def company_name
  @company_name
end

#country_code::String

Returns the value of attribute country_code.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def country_code
  @country_code
end

#district_or_county::String

Returns the value of attribute district_or_county.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def district_or_county
  @district_or_county
end

#full_name::String

Returns the value of attribute full_name.

Returns:

  • (::String)


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

def full_name
  @full_name
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def phone_number
  @phone_number
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def postal_code
  @postal_code
end

#state_or_region::String

Returns the value of attribute state_or_region.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def state_or_region
  @state_or_region
end

#website_url::String

Returns the value of attribute website_url.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def website_url
  @website_url
end