Class: Aws::Types::EmailChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set::String

Returns the value of attribute configuration_set.

Returns:

  • (::String)


975
976
977
# File 'sig/types.rbs', line 975

def configuration_set
  @configuration_set
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


976
977
978
# File 'sig/types.rbs', line 976

def enabled
  @enabled
end

#from_address::String

Returns the value of attribute from_address.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def from_address
  @from_address
end

#identity::String

Returns the value of attribute identity.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def role_arn
  @role_arn
end