Class: Aws::Types::SetDefaultSenderIdResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_arn ⇒ ::String

Returns the value of attribute configuration_set_arn.

Returns:

  • (::String)


2223
2224
2225
# File 'sig/types.rbs', line 2223

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name ⇒ ::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def configuration_set_name
  @configuration_set_name
end

#sender_id ⇒ ::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def sender_id
  @sender_id
end