Class GetBucketsBucketLifecycleRuleExpirationResult
Inheritance
System.Object
GetBucketsBucketLifecycleRuleExpirationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Oss.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetBucketsBucketLifecycleRuleExpirationResult
Fields
View SourceDate
Date after which the rule to take effect. The format is like 2017-03-09.
Declaration
public readonly string Date
Field Value
| Type | Description |
|---|---|
| System.String |
Days
Indicate the number of days after the last object update until the rules take effect.
Declaration
public readonly int? Days
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |