Get Rule Result
data class GetRuleResult(val arn: String? = null, val description: String? = null, val excludeResourceTags: List<RuleResourceTag>? = null, val identifier: String? = null, val lockState: String? = null, val resourceTags: List<RuleResourceTag>? = null, val retentionPeriod: RuleRetentionPeriod? = null, val status: String? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, description: String? = null, excludeResourceTags: List<RuleResourceTag>? = null, identifier: String? = null, lockState: String? = null, resourceTags: List<RuleResourceTag>? = null, retentionPeriod: RuleRetentionPeriod? = null, status: String? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The description of the retention rule.
Link copied to clipboard
Information about the exclude resource tags used to identify resources that are excluded by the retention rule.
Link copied to clipboard
The unique ID of the retention rule.
Link copied to clipboard
Information about the resource tags used to identify resources that are retained by the retention rule.
Link copied to clipboard
Information about the retention period for which the retention rule is to retain resources.