Class: Aws::IdentityStore::Types::Address
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::Address
- 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
-
#country ⇒ String
The country of the address.
-
#formatted ⇒ String
A string containing a formatted version of the address for display.
-
#locality ⇒ String
A string of the address locality.
-
#postal_code ⇒ String
The postal code of the address.
-
#primary ⇒ Boolean
A Boolean value representing whether this is the primary address for the associated resource.
-
#region ⇒ String
The region of the address.
-
#street_address ⇒ String
The street of the address.
-
#type ⇒ String
A string representing the type of address.
Instance Attribute Details
#country ⇒ String
The country of the address.
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 |
#formatted ⇒ String
A string containing a formatted version of the address for display.
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 |
#locality ⇒ String
A string of the address locality.
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_code ⇒ String
The postal code of the address.
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 |
#primary ⇒ Boolean
A Boolean value representing whether this is the primary address for the associated resource.
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 |
#region ⇒ String
The region of the address.
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_address ⇒ String
The street of the address.
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 |
#type ⇒ String
A string representing the type of address. For example, "Home."
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 |