Class: Aws::Types::PublishInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def message
  @message
end

#message_attributes::Hash[::String, Types::MessageAttributeValue]

Returns the value of attribute message_attributes.

Returns:



473
474
475
# File 'sig/types.rbs', line 473

def message_attributes
  @message_attributes
end

#message_deduplication_id::String

Returns the value of attribute message_deduplication_id.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def message_deduplication_id
  @message_deduplication_id
end

#message_group_id::String

Returns the value of attribute message_group_id.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def message_group_id
  @message_group_id
end

#message_structure::String

Returns the value of attribute message_structure.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def message_structure
  @message_structure
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def phone_number
  @phone_number
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def subject
  @subject
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def target_arn
  @target_arn
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def topic_arn
  @topic_arn
end