Show / Hide Table of Contents

Class GetBucketsBucketLifecycleRuleResult

Inheritance
System.Object
GetBucketsBucketLifecycleRuleResult
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 GetBucketsBucketLifecycleRuleResult

Fields

View Source

Enabled

Indicate whether the rule is enabled or not.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Expiration

A list of one element containing expiration attributes of an object. It contains the following attributes:

Declaration
public readonly GetBucketsBucketLifecycleRuleExpirationResult Expiration
Field Value
Type Description
GetBucketsBucketLifecycleRuleExpirationResult
View Source

Id

Unique ID of the rule.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Prefix

Prefix applicable to a rule. Only those objects with a matching prefix can be affected by the rule.

Declaration
public readonly string Prefix
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.