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)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def client_token
  @client_token
end

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1968
1969
1970
# File 'sig/types.rbs', line 1968

def deletion_protection_enabled
  @deletion_protection_enabled
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1966
1967
1968
# File 'sig/types.rbs', line 1966

def iso_country_code
  @iso_country_code
end

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

Returns the value of attribute message_types.

Returns:

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


1967
1968
1969
# File 'sig/types.rbs', line 1967

def message_types
  @message_types
end

#sender_id ⇒ ::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


1965
1966
1967
# File 'sig/types.rbs', line 1965

def sender_id
  @sender_id
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1969
1970
1971
# File 'sig/types.rbs', line 1969

def tags
  @tags
end