Class: Aws::Types::RequestSenderIdRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def client_token
  @client_token
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def deletion_protection_enabled
  @deletion_protection_enabled
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def iso_country_code
  @iso_country_code
end

#message_types::Array[("TRANSACTIONAL" | "PROMOTIONAL")]

Returns the value of attribute message_types.

Returns:

  • (::Array[("TRANSACTIONAL" | "PROMOTIONAL")])


1935
1936
1937
# File 'sig/types.rbs', line 1935

def message_types
  @message_types
end

#sender_id::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def sender_id
  @sender_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1937
1938
1939
# File 'sig/types.rbs', line 1937

def tags
  @tags
end