Class: Aws::Types::ContactDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name, :organization_name, :address_line_1, :address_line_2, :city, :state, :country_code, :zip_code, :phone_number, :email, :fax])

Instance Attribute Summary collapse

Instance Attribute Details

#address_line_1::String

Returns the value of attribute address_line_1.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def address_line_1
  @address_line_1
end

#address_line_2::String

Returns the value of attribute address_line_2.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def address_line_2
  @address_line_2
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def city
  @city
end

#contact_type"PERSON", ...

Returns the value of attribute contact_type.

Returns:

  • ("PERSON", "COMPANY", "ASSOCIATION", "PUBLIC_BODY", "RESELLER")


84
85
86
# File 'sig/types.rbs', line 84

def contact_type
  @contact_type
end

#country_code"AC", ...

Returns the value of attribute country_code.

Returns:

  • ("AC", "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AN", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AX", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BQ", "BR", "BS", "BT", "BV", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CW", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "EH", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GF", "GG", "GH", "GI", "GL", "GM", "GN", "GP", "GQ", "GR", "GS", "GT", "GU", "GW", "GY", "HK", "HM", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IO", "IQ", "IR", "IS", "IT", "JE", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MQ", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NF", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PS", "PT", "PW", "PY", "QA", "RE", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SJ", "SK", "SL", "SM", "SN", "SO", "SR", "SS", "ST", "SV", "SX", "SY", "SZ", "TC", "TD", "TF", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TP", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW")


90
91
92
# File 'sig/types.rbs', line 90

def country_code
  @country_code
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def email
  @email
end

#extra_params::Array[Types::ExtraParam]

Returns the value of attribute extra_params.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def extra_params
  @extra_params
end

#fax::String

Returns the value of attribute fax.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def fax
  @fax
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def last_name
  @last_name
end

#organization_name::String

Returns the value of attribute organization_name.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def organization_name
  @organization_name
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def phone_number
  @phone_number
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def state
  @state
end

#zip_code::String

Returns the value of attribute zip_code.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def zip_code
  @zip_code
end