Class: Aws::IdentityStore::Types::Address

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

Overview

The address associated with the specified user.

Constant Summary collapse

SENSITIVE =
[:street_address, :locality, :region, :postal_code, :country, :formatted, :type, :primary]

Instance Attribute Summary collapse

Instance Attribute Details

#countryString

The country of the address.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 71

class Address < Struct.new(
  :street_address,
  :locality,
  :region,
  :postal_code,
  :country,
  :formatted,
  :type,
  :primary)
  SENSITIVE = [:street_address, :locality, :region, :postal_code, :country, :formatted, :type, :primary]
  include Aws::Structure
end

#formattedString

A string containing a formatted version of the address for display.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 71

class Address < Struct.new(
  :street_address,
  :locality,
  :region,
  :postal_code,
  :country,
  :formatted,
  :type,
  :primary)
  SENSITIVE = [:street_address, :locality, :region, :postal_code, :country, :formatted, :type, :primary]
  include Aws::Structure
end

#localityString

A string of the address locality.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 71

class Address < Struct.new(
  :street_address,
  :locality,
  :region,
  :postal_code,
  :country,
  :formatted,
  :type,
  :primary)
  SENSITIVE = [:street_address, :locality, :region, :postal_code, :country, :formatted, :type, :primary]
  include Aws::Structure
end

#postal_codeString

The postal code of the address.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 71

class Address < Struct.new(
  :street_address,
  :locality,
  :region,
  :postal_code,
  :country,
  :formatted,
  :type,
  :primary)
  SENSITIVE = [:street_address, :locality, :region, :postal_code, :country, :formatted, :type, :primary]
  include Aws::Structure
end

#primaryBoolean

A Boolean value representing whether this is the primary address for the associated resource.

Returns:

  • (Boolean)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 71

class Address < Struct.new(
  :street_address,
  :locality,
  :region,
  :postal_code,
  :country,
  :formatted,
  :type,
  :primary)
  SENSITIVE = [:street_address, :locality, :region, :postal_code, :country, :formatted, :type, :primary]
  include Aws::Structure
end

#regionString

The region of the address.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 71

class Address < Struct.new(
  :street_address,
  :locality,
  :region,
  :postal_code,
  :country,
  :formatted,
  :type,
  :primary)
  SENSITIVE = [:street_address, :locality, :region, :postal_code, :country, :formatted, :type, :primary]
  include Aws::Structure
end

#street_addressString

The street of the address.

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 71

class Address < Struct.new(
  :street_address,
  :locality,
  :region,
  :postal_code,
  :country,
  :formatted,
  :type,
  :primary)
  SENSITIVE = [:street_address, :locality, :region, :postal_code, :country, :formatted, :type, :primary]
  include Aws::Structure
end

#typeString

A string representing the type of address. For example, "Home."

Returns:

  • (String)


71
72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 71

class Address < Struct.new(
  :street_address,
  :locality,
  :region,
  :postal_code,
  :country,
  :formatted,
  :type,
  :primary)
  SENSITIVE = [:street_address, :locality, :region, :postal_code, :country, :formatted, :type, :primary]
  include Aws::Structure
end