Class: Aws::Types::InspectionDataRequest

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:



499
500
501
# File 'sig/types.rbs', line 499

def body
  @body
end

#headers::String

Returns the value of attribute headers.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def headers
  @headers
end

#method::String

Returns the value of attribute method.

Returns:



496
497
498
# File 'sig/types.rbs', line 496

def method
  @method
end

#protocol::String

Returns the value of attribute protocol.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def protocol
  @protocol
end

#url::String

Returns the value of attribute url.

Returns:



497
498
499
# File 'sig/types.rbs', line 497

def url
  @url
end