Show / Hide Table of Contents

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 Source

Date

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
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.