Class: Aws::Types::EmailChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::EmailChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#configuration_set ⇒ ::String
Returns the value of attribute configuration_set.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#from_address ⇒ ::String
Returns the value of attribute from_address.
-
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#messages_per_second ⇒ ::Integer
Returns the value of attribute messages_per_second.
-
#orchestration_sending_role_arn ⇒ ::String
Returns the value of attribute orchestration_sending_role_arn.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
985 986 987 |
# File 'sig/types.rbs', line 985 def application_id @application_id end |
#configuration_set ⇒ ::String
Returns the value of attribute configuration_set.
986 987 988 |
# File 'sig/types.rbs', line 986 def configuration_set @configuration_set end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
987 988 989 |
# File 'sig/types.rbs', line 987 def creation_date @creation_date end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
988 989 990 |
# File 'sig/types.rbs', line 988 def enabled @enabled end |
#from_address ⇒ ::String
Returns the value of attribute from_address.
989 990 991 |
# File 'sig/types.rbs', line 989 def from_address @from_address end |
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
990 991 992 |
# File 'sig/types.rbs', line 990 def has_credential @has_credential end |
#id ⇒ ::String
Returns the value of attribute id.
991 992 993 |
# File 'sig/types.rbs', line 991 def id @id end |
#identity ⇒ ::String
Returns the value of attribute identity.
992 993 994 |
# File 'sig/types.rbs', line 992 def identity @identity end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
993 994 995 |
# File 'sig/types.rbs', line 993 def is_archived @is_archived end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
994 995 996 |
# File 'sig/types.rbs', line 994 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
995 996 997 |
# File 'sig/types.rbs', line 995 def last_modified_date @last_modified_date end |
#messages_per_second ⇒ ::Integer
Returns the value of attribute messages_per_second.
996 997 998 |
# File 'sig/types.rbs', line 996 def @messages_per_second end |
#orchestration_sending_role_arn ⇒ ::String
Returns the value of attribute orchestration_sending_role_arn.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def orchestration_sending_role_arn @orchestration_sending_role_arn end |
#platform ⇒ ::String
Returns the value of attribute platform.
997 998 999 |
# File 'sig/types.rbs', line 997 def platform @platform end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
998 999 1000 |
# File 'sig/types.rbs', line 998 def role_arn @role_arn end |
#version ⇒ ::Integer
Returns the value of attribute version.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def version @version end |