Class: Aws::Types::RequestSenderIdResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1980
1981
1982
# File 'sig/types.rbs', line 1980

def deletion_protection_enabled
  @deletion_protection_enabled
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def iso_country_code
  @iso_country_code
end

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

Returns the value of attribute message_types.

Returns:

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


1978
1979
1980
# File 'sig/types.rbs', line 1978

def message_types
  @message_types
end

#monthly_leasing_price ⇒ ::String

Returns the value of attribute monthly_leasing_price.

Returns:

  • (::String)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def monthly_leasing_price
  @monthly_leasing_price
end

#registered ⇒ Boolean

Returns the value of attribute registered.

Returns:

  • (Boolean)


1981
1982
1983
# File 'sig/types.rbs', line 1981

def registered
  @registered
end

#sender_id ⇒ ::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def sender_id
  @sender_id
end

#sender_id_arn ⇒ ::String

Returns the value of attribute sender_id_arn.

Returns:

  • (::String)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def sender_id_arn
  @sender_id_arn
end

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

Returns the value of attribute tags.

Returns:



1982
1983
1984
# File 'sig/types.rbs', line 1982

def tags
  @tags
end