Table of Contents

Class ReplicationTimeValue

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

A container specifying the time value.

public class ReplicationTimeValue
Inheritance
ReplicationTimeValue
Inherited Members

Constructors

ReplicationTimeValue()

public ReplicationTimeValue()

Properties

Minutes

Gets and sets the property Minutes.

Contains an integer specifying time in minutes.

Valid value: 15

public int Minutes { get; set; }

Property Value

int