Class: Aws::Types::ApiCall
- Inherits:
-
Object
- Object
- Aws::Types::ApiCall
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ ::String
Returns the value of attribute error.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
Instance Attribute Details
#error ⇒ ::String
Returns the value of attribute error.
176 177 178 |
# File 'sig/types.rbs', line 176 def error @error end |
#operation ⇒ ::String
Returns the value of attribute operation.
174 175 176 |
# File 'sig/types.rbs', line 174 def operation @operation end |
#service ⇒ ::String
Returns the value of attribute service.
175 176 177 |
# File 'sig/types.rbs', line 175 def service @service end |
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
177 178 179 |
# File 'sig/types.rbs', line 177 def user_agent @user_agent end |