Class: Aws::Types::PostContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::PostContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ ::String
Returns the value of attribute accept.
-
#active_contexts ⇒ ::String
Returns the value of attribute active_contexts.
-
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#input_stream ⇒ ::IO
Returns the value of attribute input_stream.
-
#request_attributes ⇒ ::String
Returns the value of attribute request_attributes.
-
#session_attributes ⇒ ::String
Returns the value of attribute session_attributes.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#accept ⇒ ::String
Returns the value of attribute accept.
151 152 153 |
# File 'sig/types.rbs', line 151 def accept @accept end |
#active_contexts ⇒ ::String
Returns the value of attribute active_contexts.
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.
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.
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.
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.
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.
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.
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.
147 148 149 |
# File 'sig/types.rbs', line 147 def user_id @user_id end |