Class: Aws::Types::EmailChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::EmailChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set ⇒ ::String
Returns the value of attribute configuration_set.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#from_address ⇒ ::String
Returns the value of attribute from_address.
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#orchestration_sending_role_arn ⇒ ::String
Returns the value of attribute orchestration_sending_role_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#configuration_set ⇒ ::String
Returns the value of attribute configuration_set.
975 976 977 |
# File 'sig/types.rbs', line 975 def configuration_set @configuration_set end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
976 977 978 |
# File 'sig/types.rbs', line 976 def enabled @enabled end |
#from_address ⇒ ::String
Returns the value of attribute from_address.
977 978 979 |
# File 'sig/types.rbs', line 977 def from_address @from_address end |
#identity ⇒ ::String
Returns the value of attribute identity.
978 979 980 |
# File 'sig/types.rbs', line 978 def identity @identity end |
#orchestration_sending_role_arn ⇒ ::String
Returns the value of attribute orchestration_sending_role_arn.
980 981 982 |
# File 'sig/types.rbs', line 980 def orchestration_sending_role_arn @orchestration_sending_role_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
979 980 981 |
# File 'sig/types.rbs', line 979 def role_arn @role_arn end |