Class: Aws::Types::TestInvokeMethodResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def body
  @body
end

#headers::Hash[::String, ::String]

Returns the value of attribute headers.

Returns:

  • (::Hash[::String, ::String])


1317
1318
1319
# File 'sig/types.rbs', line 1317

def headers
  @headers
end

#latency::Integer

Returns the value of attribute latency.

Returns:

  • (::Integer)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def latency
  @latency
end

#log::String

Returns the value of attribute log.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def log
  @log
end

#multi_value_headers::Hash[::String, ::Array[::String]]

Returns the value of attribute multi_value_headers.

Returns:

  • (::Hash[::String, ::Array[::String]])


1318
1319
1320
# File 'sig/types.rbs', line 1318

def multi_value_headers
  @multi_value_headers
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def status
  @status
end