Class GetBucketObjectsResult
Inheritance
System.Object
GetBucketObjectsResult
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.Aws.S3
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetBucketObjectsResult
Fields
View SourceBucket
Declaration
public readonly string Bucket
Field Value
| Type | Description |
|---|---|
| System.String |
CommonPrefixes
List of any keys between prefix and the next occurrence of delimiter (i.e., similar to subdirectories of the prefix "directory"); the list is only returned when you specify delimiter
Declaration
public readonly ImmutableArray<string> CommonPrefixes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Delimiter
Declaration
public readonly string Delimiter
Field Value
| Type | Description |
|---|---|
| System.String |
EncodingType
Declaration
public readonly string EncodingType
Field Value
| Type | Description |
|---|---|
| System.String |
FetchOwner
Declaration
public readonly bool? FetchOwner
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Keys
List of strings representing object keys
Declaration
public readonly ImmutableArray<string> Keys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MaxKeys
Declaration
public readonly int? MaxKeys
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Owners
List of strings representing object owner IDs (see fetch_owner above)
Declaration
public readonly ImmutableArray<string> Owners
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Prefix
Declaration
public readonly string Prefix
Field Value
| Type | Description |
|---|---|
| System.String |
StartAfter
Declaration
public readonly string StartAfter
Field Value
| Type | Description |
|---|---|
| System.String |