Class: Aws::Types::ReleaseSenderIdResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def iso_country_code
  @iso_country_code
end

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

Returns the value of attribute message_types.

Returns:

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


1917
1918
1919
# File 'sig/types.rbs', line 1917

def message_types
  @message_types
end

#monthly_leasing_price ⇒ ::String

Returns the value of attribute monthly_leasing_price.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def monthly_leasing_price
  @monthly_leasing_price
end

#registered ⇒ Boolean

Returns the value of attribute registered.

Returns:

  • (Boolean)


1919
1920
1921
# File 'sig/types.rbs', line 1919

def registered
  @registered
end

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def registration_id
  @registration_id
end

#sender_id ⇒ ::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def sender_id
  @sender_id
end

#sender_id_arn ⇒ ::String

Returns the value of attribute sender_id_arn.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def sender_id_arn
  @sender_id_arn
end