Class: Aws::CloudTrail::Types::LookupAttribute

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Specifies an attribute and value that filter the events returned.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_keyString

Specifies an attribute on which to filter the events returned.

Returns:

  • (String)


3962
3963
3964
3965
3966
3967
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3962

class LookupAttribute < Struct.new(
  :attribute_key,
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_valueString

Specifies a value for the specified ‘AttributeKey`.

The maximum length for the ‘AttributeValue` is 2000 characters. The following characters (’‘_`’, ‘` `’, ‘`,`’, ‘`\n`’) count as two characters towards the 2000 character limit.

Returns:

  • (String)


3962
3963
3964
3965
3966
3967
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3962

class LookupAttribute < Struct.new(
  :attribute_key,
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end