Class: Aws::Types::UpdateChannelMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content, :metadata, :content_type])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def chime_bearer
  @chime_bearer
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def content_type
  @content_type
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def message_id
  @message_id
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def 
  
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def sub_channel_id
  @sub_channel_id
end