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_1 ⇒ String

The first line of the address.

Returns:

  • (String)


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

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_2 ⇒ String

The second line of the address.

Returns:

  • (String)


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

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_3 ⇒ String

The third line of the address.

Returns:

  • (String)


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

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

#city ⇒ String

The city for the address.

Returns:

  • (String)


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

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_name ⇒ String

The name of the contact.

Returns:

  • (String)


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

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_number ⇒ String

The phone number of the contact, including the country code (for example, +12065550100).

Returns:

  • (String)


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

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_code ⇒ String

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

Returns:

  • (String)


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

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_county ⇒ String

The district or county for the address.

Returns:

  • (String)


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

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

#municipality ⇒ String

The municipality for the address.

Returns:

  • (String)


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

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_code ⇒ String

The postal code for the address.

Returns:

  • (String)


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

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_region ⇒ String

The state for the address.

Returns:

  • (String)


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

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