Class: Aws::Types::SMSChannelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


2561
2562
2563
# File 'sig/types.rbs', line 2561

def application_id
  @application_id
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


2562
2563
2564
# File 'sig/types.rbs', line 2562

def creation_date
  @creation_date
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2563
2564
2565
# File 'sig/types.rbs', line 2563

def enabled
  @enabled
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:

  • (Boolean)


2564
2565
2566
# File 'sig/types.rbs', line 2564

def has_credential
  @has_credential
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2565
2566
2567
# File 'sig/types.rbs', line 2565

def id
  @id
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def is_archived
  @is_archived
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def last_modified_by
  @last_modified_by
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


2568
2569
2570
# File 'sig/types.rbs', line 2568

def last_modified_date
  @last_modified_date
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


2569
2570
2571
# File 'sig/types.rbs', line 2569

def platform
  @platform
end

#promotional_messages_per_second::Integer

Returns the value of attribute promotional_messages_per_second.

Returns:

  • (::Integer)


2570
2571
2572
# File 'sig/types.rbs', line 2570

def promotional_messages_per_second
  @promotional_messages_per_second
end

#sender_id::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


2571
2572
2573
# File 'sig/types.rbs', line 2571

def sender_id
  @sender_id
end

#short_code::String

Returns the value of attribute short_code.

Returns:

  • (::String)


2572
2573
2574
# File 'sig/types.rbs', line 2572

def short_code
  @short_code
end

#transactional_messages_per_second::Integer

Returns the value of attribute transactional_messages_per_second.

Returns:

  • (::Integer)


2573
2574
2575
# File 'sig/types.rbs', line 2573

def transactional_messages_per_second
  @transactional_messages_per_second
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


2574
2575
2576
# File 'sig/types.rbs', line 2574

def version
  @version
end