Class: Aws::Connect::Types::DescribeEmailAddressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeEmailAddressRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email_address_id ⇒ String
The identifier of the email address.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#email_address_id ⇒ String
The identifier of the email address.
10435 10436 10437 10438 10439 10440 |
# File 'lib/aws-sdk-connect/types.rb', line 10435 class DescribeEmailAddressRequest < Struct.new( :instance_id, :email_address_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
10435 10436 10437 10438 10439 10440 |
# File 'lib/aws-sdk-connect/types.rb', line 10435 class DescribeEmailAddressRequest < Struct.new( :instance_id, :email_address_id) SENSITIVE = [] include Aws::Structure end |