Class: Aws::PartnerCentralAccount::Types::SendEmailVerificationCodeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::SendEmailVerificationCodeRequest
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#email ⇒ String
The email address to send the verification code to.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the partner account.
2237 2238 2239 2240 2241 2242 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2237 class SendEmailVerificationCodeRequest < Struct.new( :catalog, :email) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
The email address to send the verification code to.
2237 2238 2239 2240 2241 2242 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2237 class SendEmailVerificationCodeRequest < Struct.new( :catalog, :email) SENSITIVE = [] include Aws::Structure end |