Class: Aws::NotificationsContacts::Types::EmailContact
- Inherits:
-
Struct
- Object
- Struct
- Aws::NotificationsContacts::Types::EmailContact
- Defined in:
- gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb
Overview
An email contact.
Constant Summary collapse
- SENSITIVE =
[:name, :address]
Instance Attribute Summary collapse
-
#address ⇒ String
The email address this email contact points to.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the email contact.
-
#creation_time ⇒ Time
The creation time of the resource.
-
#name ⇒ String
The name of the email contact.
-
#status ⇒ String
The status of the email contact.
-
#update_time ⇒ Time
The time the resource was last updated.
Instance Attribute Details
#address ⇒ String
The email address this email contact points to. The activation email and any subscribed emails are sent here.
164 165 166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 164 class EmailContact < Struct.new( :arn, :name, :address, :status, :creation_time, :update_time) SENSITIVE = [:name, :address] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the email contact.
164 165 166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 164 class EmailContact < Struct.new( :arn, :name, :address, :status, :creation_time, :update_time) SENSITIVE = [:name, :address] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the resource.
164 165 166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 164 class EmailContact < Struct.new( :arn, :name, :address, :status, :creation_time, :update_time) SENSITIVE = [:name, :address] include Aws::Structure end |
#name ⇒ String
The name of the email contact.
164 165 166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 164 class EmailContact < Struct.new( :arn, :name, :address, :status, :creation_time, :update_time) SENSITIVE = [:name, :address] include Aws::Structure end |
#status ⇒ String
The status of the email contact. Only activated email contacts receive emails.
164 165 166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 164 class EmailContact < Struct.new( :arn, :name, :address, :status, :creation_time, :update_time) SENSITIVE = [:name, :address] include Aws::Structure end |
#update_time ⇒ Time
The time the resource was last updated.
164 165 166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 164 class EmailContact < Struct.new( :arn, :name, :address, :status, :creation_time, :update_time) SENSITIVE = [:name, :address] include Aws::Structure end |