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)


988
989
990
# File 'sig/types.rbs', line 988

def action
  @action
end

#requestTypes::HTTPRequest

Returns the value of attribute request.

Returns:



985
986
987
# File 'sig/types.rbs', line 985

def request
  @request
end

#rule_within_rule_group::String

Returns the value of attribute rule_within_rule_group.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def rule_within_rule_group
  @rule_within_rule_group
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


987
988
989
# File 'sig/types.rbs', line 987

def timestamp
  @timestamp
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


986
987
988
# File 'sig/types.rbs', line 986

def weight
  @weight
end