Class: Aws::Types::PublishRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def content_type
  @content_type
end

#correlation_data::String

Returns the value of attribute correlation_data.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def correlation_data
  @correlation_data
end

#message_expiry::Integer

Returns the value of attribute message_expiry.

Returns:

  • (::Integer)


157
158
159
# File 'sig/types.rbs', line 157

def message_expiry
  @message_expiry
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def payload
  @payload
end

#payload_format_indicator"UNSPECIFIED_BYTES", "UTF8_DATA"

Returns the value of attribute payload_format_indicator.

Returns:

  • ("UNSPECIFIED_BYTES", "UTF8_DATA")


153
154
155
# File 'sig/types.rbs', line 153

def payload_format_indicator
  @payload_format_indicator
end

#qos::Integer

Returns the value of attribute qos.

Returns:

  • (::Integer)


149
150
151
# File 'sig/types.rbs', line 149

def qos
  @qos
end

#response_topic::String

Returns the value of attribute response_topic.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def response_topic
  @response_topic
end

#retainBoolean

Returns the value of attribute retain.

Returns:

  • (Boolean)


150
151
152
# File 'sig/types.rbs', line 150

def retain
  @retain
end

#topic::String

Returns the value of attribute topic.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def topic
  @topic
end

#user_properties::String

Returns the value of attribute user_properties.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def user_properties
  @user_properties
end