Class: Aws::Types::InspectionDataResponse

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)


508
509
510
# File 'sig/types.rbs', line 508

def body
  @body
end

#headers::String

Returns the value of attribute headers.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def headers
  @headers
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def protocol
  @protocol
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def status_code
  @status_code
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def status_message
  @status_message
end