Class: Aws::Types::SendDirectMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def client_id
  @client_id
end

#confirmationBoolean

Returns the value of attribute confirmation.

Returns:

  • (Boolean)


184
185
186
# File 'sig/types.rbs', line 184

def confirmation
  @confirmation
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def content_type
  @content_type
end

#correlation_data::String

Returns the value of attribute correlation_data.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def correlation_data
  @correlation_data
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def payload
  @payload
end

#payload_format_indicator"UNSPECIFIED_BYTES", "UTF8_DATA"

Returns the value of attribute payload_format_indicator.

Returns:

  • ("UNSPECIFIED_BYTES", "UTF8_DATA")


188
189
190
# File 'sig/types.rbs', line 188

def payload_format_indicator
  @payload_format_indicator
end

#response_topic::String

Returns the value of attribute response_topic.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def response_topic
  @response_topic
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


185
186
187
# File 'sig/types.rbs', line 185

def timeout
  @timeout
end

#topic::String

Returns the value of attribute topic.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def topic
  @topic
end

#user_properties::String

Returns the value of attribute user_properties.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def user_properties
  @user_properties
end