Class: Aws::Outposts::Types::Address

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Information about an address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_line_1String

The first line of the address.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#address_line_2String

The second line of the address.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#address_line_3String

The third line of the address.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#cityString

The city for the address.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#contact_nameString

The name of the contact.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#contact_phone_numberString

The phone number of the contact.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#country_codeString

The ISO-3166 two-letter country code for the address.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#district_or_countyString

The district or county for the address.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#municipalityString

The municipality for the address.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#postal_codeString

The postal code for the address.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end

#state_or_regionString

The state for the address.

Returns:

  • (String)


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 74

class Address < Struct.new(
  :contact_name,
  :contact_phone_number,
  :address_line_1,
  :address_line_2,
  :address_line_3,
  :city,
  :state_or_region,
  :district_or_county,
  :postal_code,
  :country_code,
  :municipality)
  SENSITIVE = []
  include Aws::Structure
end