class Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails

A value to use for the filter.

@note When making an API call, you may pass AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails

data as a hash:

    {
      prefix: "NonEmptyString",
      tag: {
        key: "NonEmptyString",
        value: "NonEmptyString",
      },
      type: "NonEmptyString",
    }

@!attribute [rw] prefix

Prefix text for matching objects.
@return [String]

@!attribute [rw] tag

A tag that is assigned to matching objects.
@return [Types::AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails]

@!attribute [rw] type

The type of filter value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails AWS API Documentation

Constants

SENSITIVE