Class: Aws::Types::GetRetainedMessageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_time::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


77
78
79
# File 'sig/types.rbs', line 77

def last_modified_time
  @last_modified_time
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def payload
  @payload
end

#qos::Integer

Returns the value of attribute qos.

Returns:

  • (::Integer)


76
77
78
# File 'sig/types.rbs', line 76

def qos
  @qos
end

#topic::String

Returns the value of attribute topic.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def topic
  @topic
end

#user_properties::String

Returns the value of attribute user_properties.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def user_properties
  @user_properties
end