Class: Aws::Types::ValidateE911AddressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:street_number, :street_info, :city, :state, :country, :postal_code])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def 
  @aws_account_id
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def country
  @country
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def postal_code
  @postal_code
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def state
  @state
end

#street_info::String

Returns the value of attribute street_info.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def street_info
  @street_info
end

#street_number::String

Returns the value of attribute street_number.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def street_number
  @street_number
end