class Aws::AppMesh::Types::Duration

An object that represents a duration of time.

@note When making an API call, you may pass Duration

data as a hash:

    {
      unit: "s", # accepts s, ms
      value: 1,
    }

@!attribute [rw] unit

A unit of time.
@return [String]

@!attribute [rw] value

A number of time units.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/Duration AWS API Documentation

Constants

SENSITIVE