Class: Aws::Types::SampledHTTPRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def action
  @action
end

#captcha_responseTypes::CaptchaResponse

Returns the value of attribute captcha_response.



1607
1608
1609
# File 'sig/types.rbs', line 1607

def captcha_response
  @captcha_response
end

#challenge_responseTypes::ChallengeResponse

Returns the value of attribute challenge_response.



1608
1609
1610
# File 'sig/types.rbs', line 1608

def challenge_response
  @challenge_response
end

#labels::Array[Types::Label]

Returns the value of attribute labels.

Returns:



1606
1607
1608
# File 'sig/types.rbs', line 1606

def labels
  @labels
end

#overridden_action::String

Returns the value of attribute overridden_action.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def overridden_action
  @overridden_action
end

#requestTypes::HTTPRequest

Returns the value of attribute request.

Returns:



1599
1600
1601
# File 'sig/types.rbs', line 1599

def request
  @request
end

#request_headers_inserted::Array[Types::HTTPHeader]

Returns the value of attribute request_headers_inserted.

Returns:



1604
1605
1606
# File 'sig/types.rbs', line 1604

def request_headers_inserted
  @request_headers_inserted
end

#response_code_sent::Integer

Returns the value of attribute response_code_sent.

Returns:

  • (::Integer)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def response_code_sent
  @response_code_sent
end

#rule_name_within_rule_group::String

Returns the value of attribute rule_name_within_rule_group.

Returns:

  • (::String)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def rule_name_within_rule_group
  @rule_name_within_rule_group
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def timestamp
  @timestamp
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def weight
  @weight
end