Class: Aws::Types::EmailChannelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def creation_date
  @creation_date
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


988
989
990
# File 'sig/types.rbs', line 988

def enabled
  @enabled
end

#from_address::String

Returns the value of attribute from_address.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def from_address
  @from_address
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:

  • (Boolean)


990
991
992
# File 'sig/types.rbs', line 990

def has_credential
  @has_credential
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def id
  @id
end

#identity::String

Returns the value of attribute identity.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def identity
  @identity
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


996
997
998
# File 'sig/types.rbs', line 996

def messages_per_second
  @messages_per_second
end

#orchestration_sending_role_arn::String

Returns the value of attribute orchestration_sending_role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def platform
  @platform
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def role_arn
  @role_arn
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def version
  @version
end