Class: Aws::Types::PostContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:session_attributes, :request_attributes, :active_contexts])

Instance Attribute Summary collapse

Instance Attribute Details

#accept::String

Returns the value of attribute accept.

Returns:

  • (::String)


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

def accept
  @accept
end

#active_contexts::String

Returns the value of attribute active_contexts.

Returns:

  • (::String)


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

def active_contexts
  @active_contexts
end

#bot_alias::String

Returns the value of attribute bot_alias.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def bot_alias
  @bot_alias
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def bot_name
  @bot_name
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


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

def content_type
  @content_type
end

#input_stream::IO

Returns the value of attribute input_stream.

Returns:

  • (::IO)


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

def input_stream
  @input_stream
end

#request_attributes::String

Returns the value of attribute request_attributes.

Returns:

  • (::String)


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

def request_attributes
  @request_attributes
end

#session_attributes::String

Returns the value of attribute session_attributes.

Returns:

  • (::String)


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

def session_attributes
  @session_attributes
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


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

def user_id
  @user_id
end