Class: Aws::PartnerCentralSelling::Types::Address
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::Address
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Specifies the end Customer's address details associated with the
Opportunity.
Constant Summary collapse
- SENSITIVE =
[:city, :postal_code, :state_or_region, :country_code, :street_address]
Instance Attribute Summary collapse
-
#city ⇒ String
Specifies the end
Customer's city associated with theOpportunity. -
#country_code ⇒ String
Specifies the end
Customer's country associated with theOpportunity. -
#postal_code ⇒ String
Specifies the end
Customer's postal code associated with theOpportunity. -
#state_or_region ⇒ String
Specifies the end
Customer's state or region associated with theOpportunity. -
#street_address ⇒ String
Specifies the end
Customer's street address associated with theOpportunity.
Instance Attribute Details
#city ⇒ String
Specifies the end Customer's city associated with the
Opportunity.
230 231 232 233 234 235 236 237 238 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 230 class Address < Struct.new( :city, :postal_code, :state_or_region, :country_code, :street_address) SENSITIVE = [:city, :postal_code, :state_or_region, :country_code, :street_address] include Aws::Structure end |
#country_code ⇒ String
Specifies the end Customer's country associated with the
Opportunity.
230 231 232 233 234 235 236 237 238 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 230 class Address < Struct.new( :city, :postal_code, :state_or_region, :country_code, :street_address) SENSITIVE = [:city, :postal_code, :state_or_region, :country_code, :street_address] include Aws::Structure end |
#postal_code ⇒ String
Specifies the end Customer's postal code associated with the
Opportunity.
230 231 232 233 234 235 236 237 238 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 230 class Address < Struct.new( :city, :postal_code, :state_or_region, :country_code, :street_address) SENSITIVE = [:city, :postal_code, :state_or_region, :country_code, :street_address] include Aws::Structure end |
#state_or_region ⇒ String
Specifies the end Customer's state or region associated with the
Opportunity.
Valid values: Alabama | Alaska | American Samoa | Arizona |
Arkansas | California | Colorado | Connecticut | Delaware | Dist. of
Columbia | Federated States of Micronesia | Florida | Georgia | Guam
| Hawaii | Idaho | Illinois | Indiana | Iowa | Kansas | Kentucky |
Louisiana | Maine | Marshall Islands | Maryland | Massachusetts |
Michigan | Minnesota | Mississippi | Missouri | Montana | Nebraska |
Nevada | New Hampshire | New Jersey | New Mexico | New York | North
Carolina | North Dakota | Northern Mariana Islands | Ohio | Oklahoma
| Oregon | Palau | Pennsylvania | Puerto Rico | Rhode Island | South
Carolina | South Dakota | Tennessee | Texas | Utah | Vermont |
Virginia | Virgin Islands | Washington | West Virginia | Wisconsin |
Wyoming | APO/AE | AFO/FPO | FPO, AP
230 231 232 233 234 235 236 237 238 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 230 class Address < Struct.new( :city, :postal_code, :state_or_region, :country_code, :street_address) SENSITIVE = [:city, :postal_code, :state_or_region, :country_code, :street_address] include Aws::Structure end |
#street_address ⇒ String
Specifies the end Customer's street address associated with the
Opportunity.
230 231 232 233 234 235 236 237 238 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 230 class Address < Struct.new( :city, :postal_code, :state_or_region, :country_code, :street_address) SENSITIVE = [:city, :postal_code, :state_or_region, :country_code, :street_address] include Aws::Structure end |