Class: Aws::Types::ApiCall

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def error
  @error
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def operation
  @operation
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def service
  @service
end

#user_agent::String

Returns the value of attribute user_agent.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def user_agent
  @user_agent
end