Class: Aws::Types::ResponseInspection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body_containsTypes::ResponseInspectionBodyContains

Returns the value of attribute body_contains.



1482
1483
1484
# File 'sig/types.rbs', line 1482

def body_contains
  @body_contains
end

#headerTypes::ResponseInspectionHeader

Returns the value of attribute header.



1481
1482
1483
# File 'sig/types.rbs', line 1481

def header
  @header
end

#jsonTypes::ResponseInspectionJson

Returns the value of attribute json.



1483
1484
1485
# File 'sig/types.rbs', line 1483

def json
  @json
end

#status_codeTypes::ResponseInspectionStatusCode

Returns the value of attribute status_code.



1480
1481
1482
# File 'sig/types.rbs', line 1480

def status_code
  @status_code
end