Class: Aws::AppMesh::Types::Duration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::Duration
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Note:
When making an API call, you may pass Duration data as a hash:
{
unit: "s", # accepts s, ms
value: 1,
}
An object that represents a duration of time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
A unit of time.
-
#value ⇒ Integer
A number of time units.