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 SourceEnabled
Indicate whether the rule is enabled or not.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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 |
Id
Unique ID of the rule.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |