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_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def deletion_protection_enabled
  @deletion_protection_enabled
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def iso_country_code
  @iso_country_code
end

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

Returns the value of attribute message_types.

Returns:

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


1946
1947
1948
# File 'sig/types.rbs', line 1946

def message_types
  @message_types
end

#monthly_leasing_price::String

Returns the value of attribute monthly_leasing_price.

Returns:

  • (::String)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def monthly_leasing_price
  @monthly_leasing_price
end

#registeredBoolean

Returns the value of attribute registered.

Returns:

  • (Boolean)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def registered
  @registered
end

#sender_id::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def sender_id
  @sender_id
end

#sender_id_arn::String

Returns the value of attribute sender_id_arn.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def sender_id_arn
  @sender_id_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1950
1951
1952
# File 'sig/types.rbs', line 1950

def tags
  @tags
end