CacheReportInfo

Contains all informational fields associated with a cache report. Includes name, ARN, tags, status, progress, filters, start time, and end time.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the cache report you want to describe.

Link copied to clipboard

The status of the specified cache report.

Link copied to clipboard

The time at which the gateway stopped generating the cache report.

Link copied to clipboard

The list of filters and parameters that determine which files are excluded from the report.

Link copied to clipboard

The Amazon Resource Name (ARN) of the file share.

Link copied to clipboard

The list of filters and parameters that determine which files are included in the report.

Link copied to clipboard

The ARN of the Amazon S3 bucket location where the cache report is saved.

Link copied to clipboard

The percentage of the report generation process that has been completed at time of inquiry.

Link copied to clipboard

The file name of the completed cache report object stored in Amazon S3.

Link copied to clipboard
val role: String?

The ARN of the IAM role that an S3 File Gateway assumes when it accesses the underlying storage.

Link copied to clipboard

The time at which the gateway started generating the cache report.

Link copied to clipboard
val tags: List<Tag>?

The list of key/value tags associated with the report.

Functions

Link copied to clipboard
inline fun copy(block: CacheReportInfo.Builder.() -> Unit = {}): CacheReportInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String