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)


950
951
952
# File 'sig/types.rbs', line 950

def action
  @action
end

#requestTypes::HTTPRequest

Returns the value of attribute request.

Returns:



947
948
949
# File 'sig/types.rbs', line 947

def request
  @request
end

#rule_within_rule_group::String

Returns the value of attribute rule_within_rule_group.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def rule_within_rule_group
  @rule_within_rule_group
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


949
950
951
# File 'sig/types.rbs', line 949

def timestamp
  @timestamp
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


948
949
950
# File 'sig/types.rbs', line 948

def weight
  @weight
end