Show / Hide Table of Contents

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 Source

Bucket

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

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

Delimiter

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

EncodingType

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

FetchOwner

Declaration
public readonly bool? FetchOwner
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

The provider-assigned unique ID for this managed resource.

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

Keys

List of strings representing object keys

Declaration
public readonly ImmutableArray<string> Keys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

MaxKeys

Declaration
public readonly int? MaxKeys
Field Value
Type Description
System.Nullable<System.Int32>
View Source

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

Prefix

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

StartAfter

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